Click or drag to resize

CellMultiSelectAttrs Enumeration

Cell attributes specific to MultiSelect cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellMultiSelectAttrs
Members
  Member nameValueDescription
LockTextBox1Lock the cell's TextBox. This forces all input via picklist widget.
CheckboxWidget16Use the checkbox widget instead of the multi-select list widget.
SizeToList32Size the selection widget to fit the list.
NoPicklistEdit64Do not allow users to edit picklist values. This overrides the AllowUserAdd/Update/Delete picklist attributes.
OpenWidgetOnLockedClick128If field is locked and user clicks on text box, pop up widget.
CheckList256Use the CheckList control instead of the multi-select list widget. Note that this occupies significantly more real estate than the widget controls.
NoLiveLook4096Do not present the button with a 'live' look where button image livens when user hovers over it.
See Also