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

    Restores the Grid’s layout.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    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 additional information and an example.

    See Also