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

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