Back to Devexpress

FieldListStyle Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-ea0891d9.md

latest1.7 KB
Original Source

FieldListStyle Enum

Lists values that specify the Field List‘s style.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum FieldListStyle
vb
Public Enum FieldListStyle

Members

NameDescription
Simple

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

| | Excel2007 |

An end-user can:

  • move a field from the Field List using drag and drop;

  • move a field to a specific area by dragging its field header between the Field List’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.

|

The following properties accept/return FieldListStyle values:

Remarks

The values listed by this enumeration are used to set the PivotGridControl.FieldListStyle property’s value.

See Also

DevExpress.Xpf.PivotGrid Namespace