Skip to main content

GridPersistentLayoutCollection(IEnumerable<T>) Constructor

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public GridPersistentLayoutCollection(
    IEnumerable<T> items
)

Parameters

Name Type Description
items IEnumerable<T>

Collection items that store column layouts.

See Also