ITreeList.LoadLayout(TreeListPersistentLayout) Method
In This Article
Restores the TreeList layout.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
void LoadLayout(
TreeListPersistentLayout layout
)
#Parameters
Name | Type | Description |
---|---|---|
layout | Tree |
The layout to be applied. |
#Remarks
Refer to the LoadLayout(TreeListPersistentLayout) method description for more information and an example.
See Also