Click or drag to resize

CellDatePickerAttrs Enumeration

Cell attributes specific to DatePicker cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellDatePickerAttrs
Members
  Member nameValueDescription
LockTextBox1Lock the cell's TextBox. This forces all input via calendar widget.
ApplyWidthToTextBox2Apply width to TextBox instead of entire control.
AlwaysApplyTimezone4Unless this option is set, under certain circumstances the DatePicker may skip timezone conversion when storing if its date/time has no time component.
NoLiveLook4096Do not present the button with a 'live' look where button image livens when user hovers over it.
See Also