[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.RowCollection

RowCollection Class

Represents a collection of Row objects.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public class RowCollection : RowColCollection<Row>, IList<Row>, ICollection<Row>, IList, ICollection, IReadOnlyList<Row>, IReadOnlyCollection<Row>, IEnumerable<Row>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Properties

Name Description
Selected

Gets a list with the rows that are currently selected.

Methods

Name Description
GetDataItems(CellRange)

Gets a collection of data items in a given CellRange.

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the CollectionChanged event.