Click or drag to resize

CellCheckBoxAttrs Enumeration

Cell attributes specific to CheckBox cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellCheckBoxAttrs
Members
  Member nameValueDescription
TextOnLeft1The checkbox's text should be placed to the left of the checkbox itself -- not yet implemented.
InvertSense2The checkbox sense is inverted from the data (e.g. a field that stores the enabled state, but whose text is 'Disabled'). -- not yet implemented.
ImmedSaveCheckBox4In an Immediate-Save presentation use a checkbox instead of a a clickable text link (the default).
ShowCaptionInList8Set this option to have the checkbox label presented next to the checkbox in lists.
See Also