ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / GridTile Class
Members

In This Topic
    GridTile Class
    In This Topic
    Defines the base class represents the tile for the grid layout.
    Syntax
    'Declaration
     
    
    Public MustInherit Class GridTile 
       Inherits Tile
    public abstract class GridTile : Tile 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Tile
          C1.Web.Mvc.GridTile
             C1.Web.Mvc.AutoGridTile
             C1.Web.Mvc.ManualGridTile

    See Also