Back to Devexpress

MVCxPivotGridWebOptionsView Class

aspnetmvc-devexpress-dot-web-dot-mvc-4a5eb1b5.md

latest2.0 KB
Original Source

MVCxPivotGridWebOptionsView Class

Provides view options for the PivotGrid.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxPivotGridWebOptionsView :
    PivotGridWebOptionsView
vb
Public Class MVCxPivotGridWebOptionsView
    Inherits PivotGridWebOptionsView

The following members return MVCxPivotGridWebOptionsView objects:

Remarks

The MVCxPivotGridWebOptionsView class provides a set of properties that control view options in the PivotGrid. Use the PivotGridSettings.OptionsView property to access these options.

Implements

INotifyPropertyChanged

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx

Inheritance

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsViewBase PivotGridWebOptionsView MVCxPivotGridWebOptionsView

See Also

MVCxPivotGridWebOptionsView Members

DevExpress.Web.Mvc Namespace