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

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

NuGet Package: DevExpress.Web

Declaration

public class PivotGridWebOptionsLayout :
    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

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also