Click or drag to resize

CellGroupBoxAttrs Enumeration

Cell attributes specific to GroupBox cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellGroupBoxAttrs
Members
  Member nameValueDescription
Popup1Show fields in this group only in a popup window.
ShowInList2Use this grouper to group its fields in a single column in list views.
DynamicLayout4Any controls contained by this grouper are layed out dynamically ignoring normal positioning.
ReservedALW8 Obsolete. Deprecated -- use AllowListWrap.
SizeDynamically16Size the GroupBox to its contents ignoring any layout sizing.
GroupListColumn32Use this grouper to group columns in a list view and provide an additional grouper header row.
See Also