ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ManualGridTile Class
Properties


In This Topic
    ManualGridTile Class Members
    In This Topic

    The following tables list the members exposed by ManualGridTile.

    Public Constructors
     NameDescription
    Public ConstructorCreates one ManualGridTile instance.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a boolean value decides whether the tiles could be dragged. (Inherited from C1.Web.Mvc.Tile)
    Public PropertyGets or sets a boolean value decides whether the tiles could be hidden. (Inherited from C1.Web.Mvc.Tile)
    Public PropertyGets or sets a boolean value decides whether the tiles could be maximized. (Inherited from C1.Web.Mvc.Tile)
    Public PropertyGets or sets a boolean value decides whether the tiles could be resized. (Inherited from C1.Web.Mvc.GridTile)
    Public PropertyGets or sets the start column index of tile. The column index starts from 1.  
    Public PropertyGets or sets the column spans occupied by this tile. (Inherited from C1.Web.Mvc.GridTile)
    Public PropertyGets or sets the tile content(text/html) or the selector of a Dom element which contains the content. (Inherited from C1.Web.Mvc.Tile)
    Public PropertyGets or sets the tile header title. (Inherited from C1.Web.Mvc.Tile)
    Public PropertyGets or sets the default maximum height of the tile when resize. (Inherited from C1.Web.Mvc.Tile)
    Public PropertyGets or sets the default maximum width of the tile when resize. (Inherited from C1.Web.Mvc.Tile)
    Public PropertyGets or sets the start row index of tile. The row index starts from 1.  
    Public PropertyGets or sets the row spans occupied by this tile. (Inherited from C1.Web.Mvc.GridTile)
    Public PropertyGets or sets a boolean value decides whether to show the header. (Inherited from C1.Web.Mvc.Tile)
    Public PropertyGets or sets a boolean value decides whether to show the toolbar. (Inherited from C1.Web.Mvc.Tile)
    Public PropertyGets or sets a boolean value decides whether to show the tile. (Inherited from C1.Web.Mvc.Tile)
    Top
    See Also