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