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

PivotGridOptionsCustomization.CustomizationFormAllowedLayouts Property

Gets or sets which layouts can be applied to the Customization Form when it is painted in Excel2007 style.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[DefaultValue(CustomizationFormAllowedLayouts.All)]
[XtraSerializableProperty]
public CustomizationFormAllowedLayouts CustomizationFormAllowedLayouts { get; set; }

Property Value

Type Default Description
CustomizationFormAllowedLayouts **All**

One or several CustomizationFormAllowedLayouts enumeration members that specify which layouts can be applied to the Customization Form.

Available values:

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_CustomizationForm_StackedDefault

StackedSideBySide

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

pivotgrid_CustomizationForm_StackedSide-by-Side

TopPanelOnly

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

pivotgrid_CustomizationForm_FieldSectionOnly

BottomPanelOnly2by2

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

pivotgrid_CustomizationForm_AreasSections2by2

BottomPanelOnly1by4

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

pivotgrid_CustomizationForm_AreasSections1by4

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the PivotGridOptionsCustomization.CustomizationFormLayout property to specify the layout actually applied to the Customization Form.

To specify the Customization Form style, use the PivotGridOptionsCustomization.CustomizationFormStyle property.

See Also