Skip to main content

MVCxPivotGridWebOptionsDataField.DataFieldAreaIndex Property

Gets or sets the position of the data field headers.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

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:

Object Type Path to 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 MVCxPivotGridWebOptionsDataField.AreaIndex property instead.

See Also