Configurates
C1.Web.Mvc.DashboardLayout.AllowShowAll. Sets a boolean value decides whether all the tiles no matter visible or invisible are shown.
Syntax
'Declaration
Public Function AllowShowAll( _
ByVal As Boolean _
) As DashboardLayoutBuilder
public DashboardLayoutBuilder AllowShowAll(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also