
'Declaration Public Class TransposedGrid(Of T) Inherits C1.Web.Mvc.FlexGridBase(Of T) Implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
public class TransposedGrid<T> : C1.Web.Mvc.FlexGridBase<T>, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
System.Object
C1.Web.Mvc.Component
C1.Web.Mvc.Control
C1.Web.Mvc.ItemsBoundControl<T>
C1.Web.Mvc.FlexGridBase<T>
C1.Web.Mvc.TransposedGrid.TransposedGrid<T>