Click or drag to resize

LayoutControlAttrs Enumeration

Attributes controlling the behaviour of layout controls.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum LayoutControlAttrs
Members
  Member nameValueDescription
UseMetaWidths1Use the field widths specified for each field in Meta
UseMetaRows2Use the field Rows property specified for each field in Meta
NoLinkableLabels4Do not render labels as linkable in a detail control.
See Also