ITreeList.SaveLayout() Method
Saves information about the TreeList layout.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
TreeListPersistentLayout SaveLayout()
Returns
Type | Description |
---|---|
TreeListPersistentLayout | The current layout. |
Remarks
Refer to the SaveLayout() method description for more information and an example.
See Also