Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridWebOptionsLayout OptionsLayout { get; }

Property Value

Type Description
PivotGridWebOptionsLayout

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

See Also