Click or drag to resize

LabelFlags Enumeration

Option flags for use with LabelText and CreateLabel.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum LabelFlags
Members
  Member nameValueDescription
NoSuffix1Do not append a suffix (e.g. ":") to the text.
EllipsisSuffix2Append an ellipsis ("...") to the text.
AllCellTypes4Return a label even for CellTypes that normally do not use a label (e.g. CheckBox).
IgnoreVisibility8Return a label even if field is not visible.
NoAccelerator16If present, remove any accelerator (hot key) from the text.
ForFilter32Create a label appropriate for filtering.
ForSimpleDetail64 Label is for use in a SimpleDetail layout. This affects whether or not a label will be created for a particular field.
ForSummary128Create a label appropriate for use in a summary.
Final256The label text is being requested during PreRender.
TextOnly17Return basic text only.
ForGrouping512Create a label for grouping purposes
NoHtmlEscape1024Do not escape the label for HTML.
ForList2048This caption is for the list.
IgnoreNoLabel4096Return a label even if field would not normally get a label (e.g. NoLabel is set).
BootstrapForm8192Create a label for use in a Bootstrap form.
ForLabelContent16384 Create a label for use in an HTML label tag favoring any LabelCaption HTML. HTML content is assumed.
See Also