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

In This Topic
    RowGroups Property (TransposedGridRow)
    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