Back to Devexpress

PivotGridWebOptionsLayout Class

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

latest3.1 KB
Original Source

PivotGridWebOptionsLayout Class

Contains options that specify how a control layout is stored to, and restored from a storage (a stream or string).

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridWebOptionsLayout :
    PivotGridOptionsLayout
vb
Public Class PivotGridWebOptionsLayout
    Inherits PivotGridOptionsLayout

The following members return PivotGridWebOptionsLayout objects:

Remarks

The ASPxPivotGrid.OptionsLayout property of the PivotGridWebOptionsLayout type allows you to control which of the control’s options should be stored to, and restored from a storage (a stream or string). It also determines what to do with fields that exist in the layout being restored, but do not exist in the current control layout (as well as with fields that exist in the current control layout, but do not exist in the layout being restored).

Implements

INotifyPropertyChanged

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx

Inheritance

Object ViewStatePersisterCore BaseOptions OptionsLayoutBase OptionsLayoutGrid PivotGridOptionsLayout PivotGridWebOptionsLayout

See Also

PivotGridWebOptionsLayout Members

SaveLayoutToStream

SaveLayoutToString

LoadLayoutFromStream

LoadLayoutFromString

BeforeLoadLayout

LayoutUpgrade

DevExpress.Web.ASPxPivotGrid Namespace