Skip to main content
A newer version of this page is available. .

PivotGridControl.FieldListLayout Property

Gets or sets the customization form’s layout when it is painted in Excel2007 style. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public FieldListLayout FieldListLayout { get; set; }

Property Value

Type Description
FieldListLayout

A FieldListLayout enumeration member that specifies how fields are arranged within the customization form.

Available values:

Name Description
StackedDefault

pivotgrid_FieldListLayout_StackedDefault

StackedSideBySide

pivotgrid_FieldListLayout_StackedSideBySide

TopPanelOnly

pivotgrid_FieldListLayout_TopPanelOnly

BottomPanelOnly2by2

pivotgrid_FieldListLayout_AreasOnly2By2

BottomPanelOnly1by4

pivotgrid_FieldListLayout_AreasOnly1By4

Remarks

Use the PivotGridControl.FieldListAllowedLayouts property to specify which layouts can be applied to the Customization Form.

If the PivotGridControl.FieldListStyle property is set to ‘Excel2007’, end-users can change the arrangement of hidden fields displayed within the customization form, using the Customization Form Layout button (see the image below):

pivotgrid_fieldlistlayout

If a layout is not specified as allowed, it is hidden from the Customization Form Layout menu, and assigning it to the FieldListLayout property has no effect.

See Also