Click or drag to resize

LabelOptions Enumeration

Options used to control how an IField's label is rendered.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum LabelOptions
Members
  Member nameValueDescription
NoLabel1Do not provide a label for this field.
NoSuffix2Do not apply a suffix (e.g. colon) to this field's label.
NoTitleCase4Do not force the field caption to title case.
NoWrap8Do not allow the label to wrap.
PositionAbove16Position the label above the cell in a separate row. Applies to Flow layout only.
See Also