Back to Devexpress

PivotGridOptionsDataField.DataFieldAreaIndex Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsdatafield-a5110cb1.md

latest2.3 KB
Original Source

PivotGridOptionsDataField.DataFieldAreaIndex Property

Gets or sets the position of the data field headers.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Property Value

TypeDescription
Int32

An integer which specifies the position of the data field headers within the hierarchy of field values.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to DataFieldAreaIndex
WinForms ControlsPivotGridControl

.OptionsDataField .DataFieldAreaIndex

| | .NET Reporting Tools | XRPivotGrid |

.OptionsDataField .DataFieldAreaIndex

|

Remarks

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

See Also

AreaIndex

PivotGridOptionsDataField Class

PivotGridOptionsDataField Members

DevExpress.XtraPivotGrid Namespace