DataFieldArea Enum
Lists values that specify the area in which the data field headers are displayed.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
None | The data field headers are displayed as column headers. The data header is hidden. |
Column |
The data field headers are displayed as column headers. The data header is displayed within the column header area. |
Row |
The data field headers are displayed as row headers. The data header is displayed within the row header area. |
#Passed To
You can pass DataFieldArea values to the PivotGridControl.DataFieldArea property.
#Remarks
The values listed by this enumeration are used to set the PivotGridControl.DataFieldArea property's value.