ASPxPivotCustomizationControl.Layout Property
Gets or sets the ASPxPivotCustomizationControl‘s layout.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(CustomizationFormLayout.StackedDefault)]
public CustomizationFormLayout Layout { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Customization |
Stacked |
A Customization |
Available values:
Name | Description |
---|---|
Stacked |
|
Stacked |
|
Top |
|
Bottom |
|
Bottom |
#Remarks
Use the ASPxPivotCustomizationControl.AllowedLayouts property to specify which layouts can be applied to the ASPxPivotCustomizationControl.
End-users can change the layout of the ASPxPivotCustomizationControl, using the Customization Control Layout button (see the image below):
If a layout is not specified as allowed, it is hidden from the Customization Control Layout menu, and assigning it to the Layout property has no effect.