FieldArea Enum
In This Article
Lists the values that specify the areas where the pivot grid fields can be displayed.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Row |
Corresponds to the row header area. |
Column |
Corresponds to the column header area. |
Filter |
Corresponds to the filter header area. |
Data |
Corresponds to the data header area. |
#Passed To
You can pass FieldArea values to the PivotGridField.Area property.
#Remarks
Values listed by this enumeration are used to set the PivotGridField.Area and PivotGridGroup.Area properties.
See Also