PivotCustomizationExtensionSettings.Layout Property
Gets or sets the Customization extension’s layout.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
CustomizationFormLayout | A CustomizationFormLayout enumeration member that specifies how fields are arranged within the Customization extension. |
Available values:
Name | Description |
---|---|
StackedDefault | |
StackedSideBySide | |
TopPanelOnly | |
BottomPanelOnly2by2 | |
BottomPanelOnly1by4 |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Layout |
---|---|
PivotGridSettings |
|
Remarks
Use the PivotCustomizationExtensionSettings.AllowedLayouts property to specify which layouts can be applied to the Customization extension.
End-users can change the layout of the Customization extension, using the Layout button (see the image below):
If a layout is not specified as allowed, it is hidden from the Layout menu, and assigning it to the Layout property has no effect.