Skip to main content
A newer version of this page is available. .

PivotGridOptionsDataField.DataFieldArea Property

Gets or sets the area in which the data field headers are displayed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[Browsable(false)]
public PivotArea DataFieldArea { get; set; }

Property Value

Type Description
PivotArea

A PivotDataArea value that specifies the area in which the data field headers are displayed.

Available values:

Name Description
RowArea

Corresponds to the Row Header Area.

ColumnArea

Corresponds to the Column Header Area.

FilterArea

Corresponds to the Filter Header Area.

DataArea

Corresponds to the Data Header Area.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to DataFieldArea
WinForms Controls PivotGridControl
.OptionsDataField.DataFieldArea
Reporting XRPivotGrid
.OptionsDataField.DataFieldArea
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsDataField.DataFieldArea
MVCxPivotGrid
.OptionsDataField.DataFieldArea
PivotGridSettings
.OptionsDataField.DataFieldArea

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Use the PivotGridOptionsDataField.Area property instead.

See Also