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