CellMultiSelectAttrs Enumeration |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum CellMultiSelectAttrs
<FlagsAttribute>
Public Enumeration CellMultiSelectAttrs
Members
| Member name | Value | Description |
---|
| LockTextBox | 1 | Lock the cell's TextBox. This forces all input via picklist widget. |
| CheckboxWidget | 16 | Use the checkbox widget instead of the multi-select list widget. |
| SizeToList | 32 | Size the selection widget to fit the list. |
| NoPicklistEdit | 64 | Do not allow users to edit picklist values. This overrides the AllowUserAdd/Update/Delete picklist attributes. |
| OpenWidgetOnLockedClick | 128 | If field is locked and user clicks on text box, pop up widget. |
| CheckList | 256 | Use the CheckList control instead of the multi-select list widget. Note that this occupies significantly more real estate than the widget controls. |
| NoLiveLook | 4096 | Do not present the button with a 'live' look where button image livens when user hovers over it. |
See Also