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

PivotGridOptionsCustomization.CustomizationFormLayout Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[DefaultValue(CustomizationFormLayout.StackedDefault)]
public CustomizationFormLayout CustomizationFormLayout { get; set; }

Property Value

Type Default Description
CustomizationFormLayout **StackedDefault**

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

Available values:

Name Description
StackedDefault

pivotgrid_CustomizationForm_StackedDefault

StackedSideBySide

pivotgrid_CustomizationForm_StackedSide-by-Side

TopPanelOnly

pivotgrid_CustomizationForm_FieldSectionOnly

BottomPanelOnly2by2

pivotgrid_CustomizationForm_AreasSections2by2

BottomPanelOnly1by4

pivotgrid_CustomizationForm_AreasSections1by4

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CustomizationFormLayout
WinForms Controls PivotGridControl
.OptionsCustomization .CustomizationFormLayout
Reporting XRPivotGrid
.OptionsCustomization .CustomizationFormLayout
ASP.NET MVC Extensions MVCxPivotGrid
.OptionsCustomization .CustomizationFormLayout
PivotGridSettings
.OptionsCustomization .CustomizationFormLayout
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsCustomization .CustomizationFormLayout

Remarks

Use the PivotGridOptionsCustomization.CustomizationFormAllowedLayouts property to specify which layouts can be applied to the Customization Form.

End-users can change the layout of the customization form, using the Customization Form Layout button (see the image below):

xtrapivotgrid_customizationformlayout

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

See Also