Skip to main content
All docs
V25.1
  • ITreeList.LoadLayout(TreeListPersistentLayout) Method

    Restores the TreeList layout.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    void LoadLayout(
        TreeListPersistentLayout layout
    )

    Parameters

    Name Type Description
    layout TreeListPersistentLayout

    The layout to be applied.

    Remarks

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

    See Also