ShowCalendarOnTextClick Property

WebControls UltimateCalendar

UltimateCalendar Class Library

UltimateDatePicker.ShowCalendarOnTextClick Property

Gets or sets whether to show UltimateCalendar when the user clicks the DatePickerTextBox.

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

Property Value

Indicates whether to show UltimateCalendar when the user clicks the DatePickerTextBox. The default value is false.

Remarks

Use this property to show UltimateCalendar when the user clicks the DatePickerTextBox. Note that if you don't want the user to edit the DatePickerTextBox you need to set the ReadOnly property of DatePickerTextBox to True.

See Also

UltimateDatePicker Class | Karamasoft.WebControls.UltimateCalendar Namespace