ComponentOne ASP.NET MVC Controls
OnClientFormatTile Method

C1.Web.Mvc.Fluent Namespace > DashboardLayoutBuilder Class : OnClientFormatTile Method
The value.
Configurates the C1.Web.Mvc.DashboardLayout.OnClientFormatTile client event. Occurs when an element representing a Tile has been created.
Syntax
'Declaration
 
Public Function OnClientFormatTile( _
   ByVal value As String _
) As DashboardLayoutBuilder
public DashboardLayoutBuilder OnClientFormatTile( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DashboardLayoutBuilder Class
DashboardLayoutBuilder Members