Click or drag to resize
KaxDatePickerEnableTyping Property
Enables or disables typing in the date input box.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool EnableTyping { get; set; }

Property Value

Type: Boolean
true if the user should be able to select a date by typing in the date input box; otherwise false. The default value is true.
See Also