Skip to main content
All docs
V25.1
  • TreeListPersistentLayoutCollection(IEnumerable<T>) Constructor

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.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