PivotCustomizationExtensionSettings.Layout Property
Gets or sets the Customization extension’s layout.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CustomizationFormLayout Layout { get; set; }
#Property Value
Type | Description |
---|---|
Customization |
A Customization |
Available values:
Name | Description |
---|---|
Stacked |
|
Stacked |
|
Top |
|
Bottom |
|
Bottom |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Layout |
---|---|
Pivot |
|
#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.