Skip to main content

PivotGridSettings.OptionsDataField Property

Provides access to options, which control the presentation of data fields in the PivotGrid.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxPivotGridWebOptionsDataField OptionsDataField { get; }

Property Value

Type Description
MVCxPivotGridWebOptionsDataField

A MVCxPivotGridWebOptionsDataField object that provides options, which control the data fields presentation in the PivotGrid.

See Also