Visible Property

WebControls UltimateCalendar

UltimateCalendar Class Library

UltimateDatePickerTextBox.Visible Property

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

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

Property Value

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

Remarks

Use this property to display the DatePickerTextBox control.

See Also

UltimateDatePickerTextBox Class | Karamasoft.WebControls.UltimateCalendar Namespace