Back to Devexpress

CustomizationFormLayout Enum

corelibraries-devexpress-dot-xtrapivotgrid-dot-customization-559f8860.md

latest2.5 KB
Original Source

CustomizationFormLayout Enum

Lists values that specify the layout of the Customization Form.

Namespace : DevExpress.XtraPivotGrid.Customization

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

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

Declaration

csharp
public enum CustomizationFormLayout
vb
Public Enum CustomizationFormLayout

Members

NameDescription
StackedDefault

| | StackedSideBySide |

| | TopPanelOnly |

| | BottomPanelOnly2by2 |

| | BottomPanelOnly1by4 |

|

The following properties accept/return CustomizationFormLayout values:

LibraryRelated API Members
Cross-Platform Class LibraryPivotGridOptionsCustomization.CustomizationFormLayout
ASP.NET Web Forms ControlsASPxPivotCustomizationControl.Layout
ASP.NET MVC ExtensionsPivotCustomizationExtensionSettings.Layout

Remarks

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

See Also

DevExpress.XtraPivotGrid.Customization Namespace