Back to Devexpress

PivotGridOptionsDataField.DataFieldArea Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsdatafield-0e4aa271.md

latest2.9 KB
Original Source

PivotGridOptionsDataField.DataFieldArea Property

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public PivotArea DataFieldArea { get; set; }
vb
<Browsable(False)>
Public Property DataFieldArea As PivotArea

Property Value

TypeDescription
PivotArea

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

|

Available values:

NameDescription
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:

LibraryObject TypePath to DataFieldArea
WinForms ControlsPivotGridControl

.OptionsDataField .DataFieldArea

| | .NET Reporting Tools | XRPivotGrid |

.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

Area

PivotGridOptionsDataField Class

PivotGridOptionsDataField Members

DevExpress.XtraPivotGrid Namespace