FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapter Class / RowsCount Property

In This Topic
    RowsCount Property (GridControlAdapter)
    In This Topic
    Gets the total number of rows.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property RowsCount As Integer
    public virtual int RowsCount {get;}
    See Also