ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / RowGroups Property

In This Topic
    RowGroups Property (TransposedGridRowBase)
    In This Topic
    Gets the Transposedgrid's row collection.
    Syntax
    'Declaration
     
    
    Public Overridable Property RowGroups As IList(Of TransposedGridRow)
    public virtual IList<TransposedGridRow> RowGroups {get; set;}
    See Also