Back to Devexpress

PivotGridOptionsCustomization.CustomizationFormLayout Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionscustomization-775cd82a.md

latest3.5 KB
Original Source

PivotGridOptionsCustomization.CustomizationFormLayout Property

Gets or sets the customization form’s layout 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(CustomizationFormLayout.StackedDefault)]
public CustomizationFormLayout CustomizationFormLayout { get; set; }
vb
<DefaultValue(CustomizationFormLayout.StackedDefault)>
Public Property CustomizationFormLayout As CustomizationFormLayout

Property Value

TypeDefaultDescription
CustomizationFormLayoutStackedDefault

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

|

Available values:

NameDescription
StackedDefault

| | StackedSideBySide |

| | TopPanelOnly |

| | BottomPanelOnly2by2 |

| | BottomPanelOnly1by4 |

|

Remarks

Use the PivotGridOptionsCustomization.CustomizationFormAllowedLayouts property to specify which layouts can be applied to the Customization Form.

End-users can change the layout of the customization form, using the Customization Form Layout button (see the image below):

If a layout is not specified as allowed, it is hidden from the Customization Form Layout menu, and assigning it to the CustomizationFormLayout property has no effect.

See Also

CustomizationFormAllowedLayouts

CustomizationFormStyle

PivotGridOptionsCustomization Class

PivotGridOptionsCustomization Members

DevExpress.XtraPivotGrid Namespace