Represents a collection of Row objects.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public class RowCollection : RowColCollection<Row>
Visual Basic
Public Class RowCollection _
	Inherits RowColCollection(Of Row)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Row>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'Row>)>)>
      C1.Phone.FlexGrid..::..RowColCollection<(Of <(<'Row>)>)>
        C1.Phone.FlexGrid..::..RowCollection

See Also