Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public FieldListStyle FieldListStyle { get; set; }

#Property Value

Type Description
FieldListStyle

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

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 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.

pivotgrid_Excel2007CustomizationFrm

See Also