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