Enabled Property

WebControls UltimateCalendar

UltimateCalendar Class Library

UltimateDatePickerTextBox.Enabled Property

Gets or sets a value that indicates whether the DatePickerTextBox control is enabled.

[Visual Basic] Overrides Public Property Enabled As Boolean
[C#]
public override bool Enabled {get; set;}

Property Value

true if the DatePickerTextBox control is enabled; otherwise, false. The default value is true.

Remarks

Use this property to enable the DatePickerTextBox control.

See Also

UltimateDatePickerTextBox Class | Karamasoft.WebControls.UltimateCalendar Namespace