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

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

    Property Value

    The bottom rows.
    See Also