[]
        
(Showing Draft Content)

C1.Web.Mvc.Tile

Tile Class

Defines a class for the tile items.

Inheritance
Tile
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class Tile

Properties

Name Description
AllowDrag

Gets or sets a boolean value decides whether the tiles could be dragged.

AllowHide

Gets or sets a boolean value decides whether the tiles could be hidden.

AllowMaximize

Gets or sets a boolean value decides whether the tiles could be maximized.

Content

Gets or sets the tile content(text/html) or the selector of a Dom element which contains the content.

HeaderText

Gets or sets the tile header title.

MaxResizeHeight

Gets or sets the default maximum height of the tile when resize.

MaxResizeWidth

Gets or sets the default maximum width of the tile when resize.

ShowHeader

Gets or sets a boolean value decides whether to show the header.

ShowToolbar

Gets or sets a boolean value decides whether to show the toolbar.

Visible

Gets or sets a boolean value decides whether to show the tile.