[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridRowCollection

GridRowCollection Class

Collection of rows.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
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

Properties

Name Description
DataCollection

Gets the data collection this list is wrapping.

DefaultGroupSize

Gets or sets the default group row height.

Methods

Name Description
OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the CollectionChanged event.