Skip to main content
All docs
V24.2

TreeListPersistentLayoutEventArgs.Layout Property

Specifies the TreeList layout.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.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 more information and an example.

See Also