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

ASPxPivotGrid.OptionsData Property

Provides access to the pivot grid’s data specific options.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridWebOptionsData OptionsData { get; }

Property Value

Type Description
PivotGridWebOptionsData

A PivotGridWebOptionsData object that contains the pivot grid’s data specific options.

Remarks

Use the OptionsData property to access options that control operations on data.

See Also