A newer version of this page is available.
Switch to the current version.
CustomizationFormLayout Enum
Lists values that specify the layout of the Customization Form.
Namespace: DevExpress.XtraPivotGrid.Customization
Assembly: DevExpress.PivotGrid.v18.2.Core.dll
Declaration
Members
Name | Description |
---|---|
StackedDefault | |
StackedSideBySide | |
TopPanelOnly | |
BottomPanelOnly2by2 | |
BottomPanelOnly1by4 |
Related API Members
The following properties accept/return CustomizationFormLayout values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | PivotGridOptionsCustomization.CustomizationFormLayout |
ASP.NET Controls and MVC Extensions | ASPxPivotCustomizationControl.Layout |
PivotCustomizationExtensionSettings.Layout |
Remarks
Values listed by this enumeration are used to set the PivotGridOptionsCustomization.CustomizationFormLayout property.
See Also
Feedback