Back to Devexpress

PivotGridOptionsDataField.DataFieldsLocationArea Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsdatafield-1be9c888.md

latest2.8 KB
Original Source

PivotGridOptionsDataField.DataFieldsLocationArea 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 PivotDataArea DataFieldsLocationArea { get; }
vb
<Browsable(False)>
Public ReadOnly Property DataFieldsLocationArea As PivotDataArea

Property Value

TypeDescription
PivotDataArea

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

|

Available values:

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

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to DataFieldsLocationArea
WinForms ControlsPivotGridControl

.OptionsDataField .DataFieldsLocationArea

| | .NET Reporting Tools | XRPivotGrid |

.OptionsDataField .DataFieldsLocationArea

|

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

Area

PivotGridOptionsDataField Class

PivotGridOptionsDataField Members

DevExpress.XtraPivotGrid Namespace