IGrid.SaveLayout() Method
Saves information about the Grid’s layout.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
GridPersistentLayout SaveLayout()
Returns
Type | Description |
---|---|
GridPersistentLayout | A GridPersistentLayout object that stores the layout. |
Remarks
Refer to the SaveLayout() method description for more information and an example.
See Also