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.2.dll
NuGet Package: DevExpress.Web
#Declaration
public static PivotGridWebOptionsLayout FullLayout { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Full |
---|---|
ASPx |
|
Pivot |
|
Pivot |
Full
|
#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 Full
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. |