ITreeList.LoadLayout(TreeListPersistentLayout) Method
Restores the TreeList layout.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.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