Skip to main content

IGrid.LoadLayout(GridPersistentLayout) Method

Restores the Grid’s layout.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

void LoadLayout(
    GridPersistentLayout layout
)

Parameters

Name Type Description
layout GridPersistentLayout

A GridPersistentLayout object that stores the layout.

Remarks

Refer to the LoadLayout(GridPersistentLayout) method description for more information and an example.

See Also