IsRequired Property (InputDateTime)
In This Topic
Gets or sets a value indicating whether the control value must be a Date or whether it can be set to null (by deleting the content of the control).
Syntax
'Declaration
Public Overridable Property IsRequired As Boolean
public virtual bool IsRequired {get; set;}
See Also