Back to Devexpress

ASPxPivotGrid.OptionsLayout Property

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

latest1.9 KB
Original Source

ASPxPivotGrid.OptionsLayout Property

Provides access to options that control how the pivot grid layout is stored to/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 PivotGridWebOptionsLayout OptionsLayout { get; }
vb
Public ReadOnly Property OptionsLayout As PivotGridWebOptionsLayout

Property Value

TypeDescription
PivotGridWebOptionsLayout

A PivotGridWebOptionsLayout object that provides options for controlling how the layout is stored and restored.

|

See Also

SaveLayoutToStream

SaveLayoutToString

LoadLayoutFromStream

LoadLayoutFromString

BeforeLoadLayout

LayoutUpgrade

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace