ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / DashboardLayoutTagHelper Class / FormatTile Property

In This Topic
    FormatTile Property
    In This Topic
    Configurates the C1.Web.Mvc.DashboardLayout.OnClientFormatTile client event. Occurs when an element representing a Tile has been created.
    Syntax
    'Declaration
     
    Public Property FormatTile As String
    public string FormatTile {get; set;}
    See Also