FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GridPanel Class / Rows Property

In This Topic
    Rows Property (GridPanel)
    In This Topic
    Gets the collection of rows in this GridPanel.
    Syntax
    'Declaration
     
    Public Property Rows As RowCollection
    public RowCollection Rows {get; set;}
    See Also