TreeListPersistentLayoutEventArgs.Layout Property
In This Article
Specifies the TreeList layout.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public TreeListPersistentLayout Layout { get; set; }
#Property Value
Type | Description |
---|---|
Tree |
The layout object. |
#Remarks
Refer to the TreeListPersistentLayoutEventArgs class description for more information and an example.
See Also