ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class
Members






In This Topic
    TransposedGrid<T> Class
    In This Topic
    The grid control display data using a transposed layout, where columns represent data items and rows represent item properties.
    Object Model
    TransposedGrid<T> Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class TransposedGrid(Of T) 
       Inherits C1.Web.Mvc.FlexGridBase(Of T)
       Implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As TransposedGrid(Of T)
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class TransposedGrid<T> : C1.Web.Mvc.FlexGridBase<T>, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class TransposedGrid = class(C1.Web.Mvc.FlexGridBase, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    JScript does not support Generics.
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class TransposedGrid<T> : public C1.Web.Mvc.FlexGridBase<T>, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    generic<typename T>
    public ref class TransposedGrid : public C1.Web.Mvc.FlexGridBase<T>, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Type Parameters
    T
    Inheritance Hierarchy

    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>

    See Also