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

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    Declaration

    public GridPersistentLayoutCollection(
        IEnumerable<T> items
    )

    Parameters

    Name Type Description
    items IEnumerable<T>

    Collection items that store column layouts.

    See Also