ASPxPivotGrid.OptionsLayout Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotGridWebOptionsLayout OptionsLayout { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also