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

    Restores the TreeList layout.

    Namespace: DevExpress.Blazor

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

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

    See Also