Click or drag to resize

CellLabelAttrs Enumeration

Cell attributes specific to Label cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellLabelAttrs
Members
  Member nameValueDescription
NoHtmlEncode1The text should not be HTML encoded.
StaticFromCaption2Always use the field's Caption text for the field's DisplayText.
PositionAsLabel4 When positioning the field, place the field where its label would typically be placed (spans two columns in flow layout). You can use PositionAsLabel for the identical behaviour for other CellTypes.
See Also