gets and sets whether the Property is required

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool Required { get; set; }
Visual Basic
Public Property Required As Boolean
	Get
	Set

Field Value

The initial Value of the property

See Also