Back to Devexpress

CustomizationFormStyle Enum

corelibraries-devexpress-dot-xtrapivotgrid-dot-customization-7d1d280b.md

latest2.2 KB
Original Source

CustomizationFormStyle Enum

Contains values that specify the customization form‘s style.

Namespace : DevExpress.XtraPivotGrid.Customization

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

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

Declaration

csharp
public enum CustomizationFormStyle
vb
Public Enum CustomizationFormStyle

Members

NameDescription
Simple

The Customization Form is represented using the Simple style:

| | Excel2007 |

The Customization Form is represented using the Office 2007 style:

An end-user can move fields between areas by dragging their field headers within the Customization Form. When the Defer Layout Update check box is checked, dragging fields doesn’t immediately update the layout. To update the layout, click the Update button.

|

The following properties accept/return CustomizationFormStyle values:

Remarks

Use the PivotGridOptionsCustomization.CustomizationFormStyle property to set the customization form‘s style.

See Also

DevExpress.XtraPivotGrid.Customization Namespace