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; }
Public Property NoTextBoxOnLock As Boolean
Get
Set
Property Value
Type:
BooleanSee Also