Skip to main content
A newer version of this page is available. .

ASPxPivotCustomizationControl.Layout Property

Gets or sets the ASPxPivotCustomizationControl‘s layout.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

[DefaultValue(CustomizationFormLayout.StackedDefault)]
public CustomizationFormLayout Layout { get; set; }

Property Value

Type Default Description
CustomizationFormLayout **StackedDefault**

A CustomizationFormLayout enumeration member that specifies how fields are arranged within the ASPxPivotCustomizationControl.

Available values:

Name Description
StackedDefault

pivotgrid_CustomizationForm_StackedDefault

StackedSideBySide

pivotgrid_CustomizationForm_StackedSide-by-Side

TopPanelOnly

pivotgrid_CustomizationForm_FieldSectionOnly

BottomPanelOnly2by2

pivotgrid_CustomizationForm_AreasSections2by2

BottomPanelOnly1by4

pivotgrid_CustomizationForm_AreasSections1by4

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):

pivotgrid_ExcelCustomizationForm

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.

See Also