A newer version of this page is available.
Switch to the current version.
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; }
Public Property AllowedLayouts As CustomizationFormAllowedLayouts
Property Value
Type | Description |
---|---|
CustomizationFormAllowedLayouts | One or several CustomizationFormAllowedLayouts enumeration members that specify which layouts can be applied to the Customization extension. |
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
Feedback