ComponentOne ASP.NET MVC Controls
AllowMaximize Method (DashboardLayoutBuilder)

C1.Web.Mvc.Fluent Namespace > DashboardLayoutBuilder Class : AllowMaximize Method
The value.
Configurates C1.Web.Mvc.DashboardLayout.AllowMaximize. Sets a boolean value decides whether the tiles could be maximized.
Syntax
'Declaration
 
Public Function AllowMaximize( _
   ByVal value As Boolean _
) As DashboardLayoutBuilder
public DashboardLayoutBuilder AllowMaximize( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DashboardLayoutBuilder Class
DashboardLayoutBuilder Members