Skip to main content
A newer version of this page is available. .

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

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