[]
Collection of rows.
public class GridRowCollection : GridRowColCollection<GridRow>, IList<GridRow>, ICollection<GridRow>, IList, ICollection, IReadOnlyList<GridRow>, IReadOnlyCollection<GridRow>, IEnumerable<GridRow>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDisposable
Public Class GridRowCollection
Inherits GridRowColCollection(Of GridRow)
Implements IList(Of GridRow), ICollection(Of GridRow), IList, ICollection, IReadOnlyList(Of GridRow), IReadOnlyCollection(Of GridRow), IEnumerable(Of GridRow), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDisposable
| Name | Description |
|---|---|
| DataCollection | Gets the data collection this list is wrapping. |
| DefaultGroupSize | Gets or sets the default group row height. |
| Name | Description |
|---|---|
| OnCollectionChanged(NotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. |