ASPxPivotCustomizationControl.AllowedLayouts Property
Gets or sets which layouts can be applied to the ASPxPivotCustomizationControl.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(CustomizationFormAllowedLayouts.All)]
public CustomizationFormAllowedLayouts AllowedLayouts { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Customization |
All | One or several Customization |
Available values:
Name | Description |
---|---|
All | All layouts can be applied to the Customization Form. |
Stacked |
The ‘Fields Section and Areas Section Stacked’ layout can be applied to the Customization Form. |
Stacked |
The ‘Fields Section and Areas Section Side-By-Side’ layout can be applied to the Customization Form. |
Top |
The ‘Fields Section Only’ layout can be applied to the Customization Form. |
Bottom |
The ‘Areas Section Only (2 by 2)’ layout can be applied to the Customization Form. |
Bottom |
The ‘Areas Section Only (1 by 4)’ layout can be applied to the Customization Form. |
#Remarks
Use the ASPxPivotCustomizationControl.Layout property, to specify the layout actually applied to the ASPxPivotCustomizationControl.