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

CustomizationFormAllowedLayouts Enum

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

Namespace: DevExpress.XtraPivotGrid.Customization

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

Declaration

[Flags]
public enum CustomizationFormAllowedLayouts

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_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

Related API Members

The following properties accept/return CustomizationFormAllowedLayouts values:

Library Related API Members
Cross-Platform Class Library PivotGridOptionsCustomization.CustomizationFormAllowedLayouts
ASP.NET Web Forms Controls ASPxPivotCustomizationControl.AllowedLayouts
PivotCustomizationExtensionSettings.AllowedLayouts

Remarks

Values listed by this enumeration are used to set the PivotGridOptionsCustomization.CustomizationFormAllowedLayouts property.

See Also