Skip to main content
All docs
V24.2

TreeListPersistentLayoutCollection(IEnumerable<T>) Constructor

Initializes a new instance of the TreeListPersistentLayoutCollection<T> class with specified settings.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public TreeListPersistentLayoutCollection(
    IEnumerable<T> items
)

Parameters

Name Type Description
items IEnumerable<T>

Collection items that store column layouts.

See Also