ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowCollection Class / TopRows Property

In This Topic
    TopRows Property (DataGridRowCollection)
    In This Topic
    Gets the collection of rows that are located on top of the item rows.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TopRows As Collection(Of DataGridRow)
    public Collection<DataGridRow> TopRows {get;}

    Property Value

    The top rows.
    See Also