aspnet-devexpress-dot-web-dot-aspxpivotgrid-a12537ff.md
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.v25.2.dll
NuGet Package : DevExpress.Web
public class PivotGridWebOptionsLayout :
PivotGridOptionsLayout
Public Class PivotGridWebOptionsLayout
Inherits PivotGridOptionsLayout
The following members return PivotGridWebOptionsLayout objects:
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).
DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
Object ViewStatePersisterCore BaseOptions OptionsLayoutBase OptionsLayoutGrid PivotGridOptionsLayout PivotGridWebOptionsLayout
See Also