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

PivotCustomizationExtensionSettings.AllowedLayouts Property

Gets or sets which layouts can be applied to the Customization extension.

Namespace: DevExpress.Web.Mvc

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

Declaration

public CustomizationFormAllowedLayouts AllowedLayouts { get; set; }

Property Value

Type Description
CustomizationFormAllowedLayouts

One or several CustomizationFormAllowedLayouts enumeration members that specify which layouts can be applied to the Customization extension.

Available values:

Name Description
All

All layouts can be applied to the Customization Form.

StackedDefault

The ‘Fields Section and Areas Section Stacked’ layout can be applied to the Customization Form.

pivotgrid_CustomizationForm_StackedDefault

StackedSideBySide

The ‘Fields Section and Areas Section Side-By-Side’ layout can be applied to the Customization Form.

pivotgrid_CustomizationForm_StackedSide-by-Side

TopPanelOnly

The ‘Fields Section Only’ layout can be applied to the Customization Form.

pivotgrid_CustomizationForm_FieldSectionOnly

BottomPanelOnly2by2

The ‘Areas Section Only (2 by 2)’ layout can be applied to the Customization Form.

pivotgrid_CustomizationForm_AreasSections2by2

BottomPanelOnly1by4

The ‘Areas Section Only (1 by 4)’ layout can be applied to the Customization Form.

pivotgrid_CustomizationForm_AreasSections1by4

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowedLayouts
PivotGridSettings

Remarks

Use the PivotCustomizationExtensionSettings.Layout property to specify the layout actually applied to the Customization extension.

See Also