<
ComponentOne OLAP for WPF and Silverlight
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