wpf-devexpress-dot-xpf-dot-pivotgrid-aab951cd.md
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
public enum FieldListArea
Public Enum FieldListArea
| Name | Description |
|---|---|
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:
Value listed by this enumeration are used to set the PivotFieldListControl.Area property.
See Also