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

PivotGridOptionsDataField.DataFieldAreaIndex Property

Gets or sets the position of the data field headers.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[Browsable(false)]
public int DataFieldAreaIndex { get; set; }

Property Value

Type Description
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:

Library Object Type Path to DataFieldAreaIndex
WinForms Controls PivotGridControl
.OptionsDataField.DataFieldAreaIndex
Reporting XRPivotGrid
.OptionsDataField.DataFieldAreaIndex
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsDataField.DataFieldAreaIndex
MVCxPivotGrid
.OptionsDataField.DataFieldAreaIndex
PivotGridSettings
.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