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

PivotGridWebOptionsView Class

Provides view options for ASPxPivotGrid controls.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public class PivotGridWebOptionsView :
    PivotGridOptionsViewBase

The following members return PivotGridWebOptionsView objects:

Remarks

The PivotGridWebOptionsView class provides properties that specify the visibility of a pivot grid’s elements. These options can be accessed via the ASPxPivotGrid.OptionsView property.

Implements

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also