Back to Devexpress

PivotGridOptionsCustomization.CustomizationFormAllowedLayouts Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionscustomization-b14271d2.md

latest4.6 KB
Original Source

PivotGridOptionsCustomization.CustomizationFormAllowedLayouts Property

Gets or sets which layouts can be applied to the Customization Form when it is painted in Excel2007 style.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(CustomizationFormAllowedLayouts.All)]
public CustomizationFormAllowedLayouts CustomizationFormAllowedLayouts { get; set; }
vb
<DefaultValue(CustomizationFormAllowedLayouts.All)>
Public Property CustomizationFormAllowedLayouts As CustomizationFormAllowedLayouts

Property Value

TypeDefaultDescription
CustomizationFormAllowedLayoutsAll

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

|

Available values:

NameDescription
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.

| | StackedSideBySide |

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

| | TopPanelOnly |

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

| | BottomPanelOnly2by2 |

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

| | BottomPanelOnly1by4 |

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

|

Remarks

Use the PivotGridOptionsCustomization.CustomizationFormLayout property to specify the layout actually applied to the Customization Form.

To specify the Customization Form style, use the PivotGridOptionsCustomization.CustomizationFormStyle property.

See Also

CustomizationFormLayout

CustomizationFormStyle

PivotGridOptionsCustomization Class

PivotGridOptionsCustomization Members

DevExpress.XtraPivotGrid Namespace