Configurates
C1.Web.Mvc.DashboardLayout.AllowResize. Sets a boolean value decides whether the tiles could be resized.
Syntax
'Declaration
Public Function AllowResize( _
ByVal As Boolean _
) As DashboardLayoutBuilder
public DashboardLayoutBuilder AllowResize(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also