Skip to main content

CustomizationFormLayout Enum

Lists values that specify the layout of the Customization Form.

Namespace: DevExpress.XtraPivotGrid.Customization

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public enum CustomizationFormLayout

Members

Name Description
StackedDefault

pivotgrid_CustomizationForm_StackedDefault

StackedSideBySide

pivotgrid_CustomizationForm_StackedSide-by-Side

TopPanelOnly

pivotgrid_CustomizationForm_FieldSectionOnly

BottomPanelOnly2by2

pivotgrid_CustomizationForm_AreasSections2by2

BottomPanelOnly1by4

pivotgrid_CustomizationForm_AreasSections1by4

Related API Members

The following properties accept/return CustomizationFormLayout values:

Library Related API Members
Cross-Platform Class Library PivotGridOptionsCustomization.CustomizationFormLayout
ASP.NET Web Forms Controls ASPxPivotCustomizationControl.Layout
ASP.NET MVC Extensions PivotCustomizationExtensionSettings.Layout

Remarks

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

See Also