Skip to main content
A newer version of this page is available. .

GridPersistentLayoutCollection(IEnumerable<T>) Constructor

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

Namespace: DevExpress.Blazor

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