Skip to main content

PivotCustomizationExtensionSettings.Layout Property

Gets or sets the Customization extension’s layout.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public CustomizationFormLayout Layout { get; set; }

Property Value

Type Description
CustomizationFormLayout

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

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

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

pivotgrid_ExcelCustomizationForm

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.

See Also