ComponentOne ASP.NET MVC Controls
AllowShowAll Method

C1.Web.Mvc.Fluent Namespace > DashboardLayoutBuilder Class : AllowShowAll Method
The value.
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 value As Boolean _
) As DashboardLayoutBuilder
public DashboardLayoutBuilder AllowShowAll( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DashboardLayoutBuilder Class
DashboardLayoutBuilder Members