FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowCollection Class / DataCollection Property

In This Topic
    DataCollection Property (GridRowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property DataCollection As IDataCollection(Of GridRow)
    protected override IDataCollection<GridRow> DataCollection {get;}
    See Also