TimePickerNoSeparators Property |
Gets/sets whether or not to show hour/minute and minute/second separators between constituent controls
when so dicated by the time format and culture. This option does not apply when rendering as a
TextBox or when the format/culture does not include separator characters.
This property corresponds to the CellTimPickerAttrs.NoSeparators attribute.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool NoSeparators { get; set; }
Public Property NoSeparators As Boolean
Get
Set
Property Value
Type:
BooleanSee Also