Back to Devexpress

PivotGridWebOptionsView Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-e04e8a1c.md

latest2.1 KB
Original Source

PivotGridWebOptionsView Class

Provides view options for ASPxPivotGrid controls.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridWebOptionsView :
    PivotGridOptionsViewBase
vb
Public Class PivotGridWebOptionsView
    Inherits 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

INotifyPropertyChanged

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx

Inheritance

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsViewBase PivotGridWebOptionsView MVCxPivotGridWebOptionsView

See Also

PivotGridWebOptionsView Members

OptionsView

DevExpress.Web.ASPxPivotGrid Namespace