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

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.v19.1.dll

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