Skip to main content
All docs
V25.1
  • GridPersistentLayoutCollection<T> Constructors

    A collection of objects that store information about DxGrid element layouts.
    Name Parameters Description
    GridPersistentLayoutCollection() none Initializes a new instance of the GridPersistentLayoutCollection<T> class.
    GridPersistentLayoutCollection(IEnumerable<T>) items Initializes a new instance of the GridPersistentLayoutCollection<T> class with specified settings.
    See Also