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

PivotGridWebOptionsData Class

Provides data specific options for ASPxPivotGrid.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

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