Skip to main content
A newer version of this page is available. .

IGrid.LoadLayout(GridPersistentLayout) Method

Restores the DxGrid‘s layout.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.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