Configurates the
C1.Web.Mvc.DashboardLayout.OnClientTileSizeChanged client event. Occurs when the tile is maximized or restored.
Syntax
'Declaration
Public Function OnClientTileSizeChanged( _
ByVal As String _
) As DashboardLayoutBuilder
public DashboardLayoutBuilder OnClientTileSizeChanged(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also