Click or drag to resize

TimePickerNoTextBoxOnLock Property

Get/sets whether or not a locked TextBox should be used when the control is locked or disabled instead of simply locking its constituent controls. The default is to use a TextBox when locked. This property corresponds to the CellTimPickerAttrs.NoTextBoxOnLock attribute.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool NoTextBoxOnLock { get; set; }

Property Value

Type: Boolean
See Also