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

PivotGridControl.FieldListStyle Property

Gets or sets a style that defines the visual appearance of the Customization Form. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.2.dll

Declaration

public FieldListStyle FieldListStyle { get; set; }

Property Value

Type Description
FieldListStyle

A DevExpress.Xpf.PivotGrid.FieldListStyle enumeration member specifying the style of the Customization Form.

Available values:

Name Description
Simple

An end-user can move fields to the pivot grid using drag and drop.

pivotgrid_SimpleCustomizationFrm

Excel2007

An end-user can:

- move a field from the Customization Form using drag and drop;

- move a field to a specific area by dragging its field header between the Customization Form’s area boxes;

- perform delayed layout updates. First, check the Defer Layout Update check box, then drag fields between the areas and then click the Update button.

pivotgrid_Excel2007CustomizationFrm

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FieldListStyle property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also