Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

DatePicker.DisableTextBox Property

Gets or sets whether the text box should be disabled.

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

Remarks

Set this property to true to instruct the DatePicker control to display a static text in place of the text box. This disallow the user to directly enter the date. User can still click the static text or the image button to open the drop down calendar to pick a date. You can set an initial hint text via PickerHint property.

Note: PickerStyle can be used to change styles applied to the static text when this property is true.

See Also

DatePicker Class | EO.Web Namespace


Direct link to this topic