Skip to main content

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

public enum DataFieldArea

#Members

Name Description
None

The data field headers are displayed as column headers. The data header is hidden.

ColumnArea

The data field headers are displayed as column headers. The data header is displayed within the column header area.

RowArea

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.

See Also