Skip to main content

FieldListAllowedLayouts Enum

Lists values that specify which layouts can be applied to the Customization Form.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

[Flags]
public enum FieldListAllowedLayouts

#Members

Name Description
All

All layouts can be applied to the Customization Form.

StackedDefault

The 'Fields Section and Areas Section Stacked' layout can be applied to the Customization Form.

pivotgrid_FieldListLayout_StackedDefault

StackedSideBySide

The 'Fields Section and Areas Section Side-By-Side' layout can be applied to the Customization Form.

pivotgrid_FieldListLayout_StackedSideBySide

TopPanelOnly

The 'Fields Section Only' layout can be applied to the Customization Form.

pivotgrid_FieldListLayout_TopPanelOnly

BottomPanelOnly2by2

The 'Areas Section Only (2 by 2)' layout can be applied to the Customization Form.

pivotgrid_FieldListLayout_AreasOnly2By2

BottomPanelOnly1by4

The 'Areas Section Only (1 by 4)' layout can be applied to the Customization Form.

pivotgrid_FieldListLayout_AreasOnly1By4

#Passed To

You can pass FieldListAllowedLayouts values to the PivotGridControl.FieldListAllowedLayouts property.

#Remarks

Values listed by this enumeration are used to set the PivotGridControl.FieldListAllowedLayouts property.

See Also