Back to Devexpress

PivotGridControl.FieldListStyle Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-40af7ef1.md

latest2.0 KB
Original Source

PivotGridControl.FieldListStyle Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FieldListStyle FieldListStyle { get; set; }
vb
Public Property FieldListStyle As FieldListStyle

Property Value

TypeDescription
FieldListStyle

A DevExpress.Xpf.PivotGrid.FieldListStyle enumeration member specifying the style of the Field List.

|

Available values:

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.

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace