[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.DashboardLayoutTagHelper

DashboardLayoutTagHelper Class

ITagHelper implementation for DashboardLayout.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-dashboard-layout")]
[RestrictChildren("c1-flow-layout", new string[] { "c1-auto-grid-layout", "c1-manual-grid-layout", "c1-split-layout" })]
public class DashboardLayoutTagHelper : ControlTagHelper<DashboardLayout>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
DashboardLayoutTagHelper()

Properties

Name Description
AllowDrag

Configurates AllowDrag. Sets a boolean value decides whether the tiles could be dragged.

AllowHide

Configurates AllowHide. Sets a boolean value decides whether the tiles could be hidden.

AllowMaximize

Configurates AllowMaximize. Sets a boolean value decides whether the tiles could be maximized.

AllowResize

Configurates AllowResize. Sets a boolean value decides whether the tiles could be resized.

AllowShowAll

Configurates AllowShowAll. Sets a boolean value decides whether all the tiles no matter visible or invisible are shown.

FormatTile

Configurates the OnClientFormatTile client event. Occurs when an element representing a Tile has been created.

LayoutChanged

Configurates the OnClientLayoutChanged client event. Occurs when the layout is changed.

LayoutId

Configurates LayoutId. Sets the id of the layout applied

TileActivated

Configurates the OnClientTileActivated client event. Occurs when the tile is activated.

TileSizeChanged

Configurates the OnClientTileSizeChanged client event. Occurs when the tile is maximized or restored.