Click or drag to resize

CellTimePickerAttrs Enumeration

Cell attributes specific to TimePicker cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellTimePickerAttrs
Members
  Member nameValueDescription
NoSeparators1Do not show separator characters, if any, between time part controls.
NoTextBoxOnLock2Unless set, the TimePicker renders as a locked TextBox when locked.
UseCombos4Use combo boxes for hour/minute/second selection instead of time widget.
LockTextBox8Lock the cell's TextBox. This forces all input via time widget.
NoClearButton16 Do not show the control's clear button. Normally the determination of whether or not to show the clear button is left to the platform based on the state of the field. Set this to explicitly suppress the button.
See Also