ASPxPivotGrid.OptionsData Property
Provides access to the pivot grid’s data specific options.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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