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