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






In This Topic
    TransposedGridRowBase Class
    In This Topic
    Represents a row on the TransposedGrid.
    Object Model
    TransposedGridRowBase Class
    Syntax
    'Declaration
     
    
    Public Class TransposedGridRowBase 
       Inherits C1.Web.Mvc.ColumnBase
    'Usage
     
    
    Dim instance As TransposedGridRowBase
    public class TransposedGridRowBase : C1.Web.Mvc.ColumnBase 
    public class TransposedGridRowBase = class(C1.Web.Mvc.ColumnBase)
    public class TransposedGridRowBase extends C1.Web.Mvc.ColumnBase
    public __gc class TransposedGridRowBase : public C1.Web.Mvc.ColumnBase 
    public ref class TransposedGridRowBase : public C1.Web.Mvc.ColumnBase 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ColumnBase
          C1.Web.Mvc.TransposedGrid.TransposedGridRowBase
             C1.Web.Mvc.TransposedGrid.TransposedGridRow

    See Also