ComponentOne FlexGrid for UWP
RowCollection Class
Members 

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace : RowCollection Class
Represents a collection of Row objects.
Object Model
RowCollection Class
Syntax
'Declaration
 
Public Class RowCollection 
   Inherits C1.Xaml.FlexGrid.RowColCollection(Of Row)
public class RowCollection : C1.Xaml.FlexGrid.RowColCollection<Row> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.Xaml.FlexGrid.RowColCollection<T>
            C1.Xaml.FlexGrid.RowCollection

See Also

Reference

RowCollection Members
C1.Xaml.FlexGrid Namespace