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