PivotGridWebOptionsData Class
In This Article
Provides data specific options for ASPxPivotGrid.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PivotGridWebOptionsData :
PivotGridOptionsData
#Related API Members
The following members return PivotGridWebOptionsData objects:
#Remarks
The PivotGridWebOptionsData class provides a set of properties that control data specific operations in ASPxPivotGrid. Use the ASPxPivotGrid.OptionsData property to access these options.
#Inheritance
See Also