PivotGridWebOptionsLayout.FullLayout Property
Returns a PivotGridWebOptionsLayout object whose settings indicate that the full layout of the control should be stored to, and restored from a storage (a stream or a string).
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PivotGridWebOptionsLayout | A PivotGridWebOptionsLayout object whose settings indicate that the full layout of the control should be stored to/restored from a storage. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to FullLayout |
---|---|
ASPxPivotGrid |
|
PivotGridWebOptionsLayout |
|
PivotGridWebOptionsLayout |
FullLayout
|
Remarks
The pivot grid allows you to select which options to save to (or restore from) a storage when saving (restoring) a layout. For this purpose, ASPxPivotGrid provides specific overloads of its LoadLayoutFrom… and SaveLayoutTo… methods that take a PivotGridWebOptionsLayout object as the optionsLayout parameter. This object determines which settings should be affected. To affect all layout settings when the layout is saved or restored, pass the FullLayout object as this parameter.
Note
Passing the FullLayout object as the optionsLayout parameter has the same effect as passing null (Nothing in Visual Basic).
To specify whether other settings (like appearance, data or client-side events) should be saved/restored, use the following properties.
Gets or sets whether all the control’s settings (except for the appearance settings and format rules) are stored when the layout is saved to storage and restored when the layout is restored from storage. | |
Gets or sets whether the control’s appearance settings are also stored when the layout is saved to storage and restored when the layout is restored from storage. | |
Gets or sets whether the control client-side event handlers are stored when the layout is saved to a storage, and restored when the layout is restored from a storage. | |
Gets or sets whether the control’s grouping, sorting, filtering settings and summaries are stored when the layout is saved to storage and restored when the layout is restored from storage. | |
Gets or sets whether the control’s visual options are stored when the layout is saved to storage and restored when the layout is restored from storage. |