ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DashboardLayout Class / OnClientFormatTile Property

In This Topic
    OnClientFormatTile Property
    In This Topic
    Occurs when an element representing a Tile has been created.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Property OnClientFormatTile As String
    [Json(1)]
    public string OnClientFormatTile {get; set;}
    See Also