Back to Devexpress

FieldListArea Enum

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

latest1.8 KB
Original Source

FieldListArea Enum

Lists values that specify which fields the Customization Control should display.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum FieldListArea
vb
Public Enum FieldListArea

Members

NameDescription
RowArea

Customization Control displays fields from the Row Header Area.

| | ColumnArea |

Customization Control displays fields from the Column Header Area.

| | FilterArea |

Customization Control displays fields from the Filter Header Area.

| | DataArea |

Customization Control displays fields from the Data Header Area.

| | All |

Customization Control displays fields from all areas.

|

The following properties accept/return FieldListArea values:

Remarks

Value listed by this enumeration are used to set the PivotFieldListControl.Area property.

See Also

DevExpress.Xpf.PivotGrid Namespace