Skip to main content
All docs
V25.1
  • IGrid.LoadLayout(GridPersistentLayout) Method

    Restores the Grid’s layout.

    Namespace: DevExpress.Blazor

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