FieldListArea Enum
In This Article
Lists values that specify which fields the Customization Control should display.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Row |
Customization Control displays fields from the Row Header Area. |
Column |
Customization Control displays fields from the Column Header Area. |
Filter |
Customization Control displays fields from the Filter Header Area. |
Data |
Customization Control displays fields from the Data Header Area. |
All | Customization Control displays fields from all areas. |
#Passed To
You can pass FieldListArea values to the PivotFieldListControl.Area property.
#Remarks
Value listed by this enumeration are used to set the PivotFieldListControl.Area property.
See Also