Skip to main content

PivotGridWebOptionsData Class

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

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.

#Implements

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also