ComponentOne ASP.NET MVC Controls
ShowCheckboxes Method (TreeViewBuilder)

C1.Web.Mvc.Fluent Namespace > TreeViewBuilder Class : ShowCheckboxes Method
The value.
Configurates C1.Web.Mvc.TreeView.ShowCheckboxes. Sets a value that determines whether the C1.Web.Mvc.TreeView control should add checkboxes to nodes and manage their state. This property can be used only on trees without lazy-loaded nodes(LazyLoadFunction is not set and IsLazyLoading is false).
Syntax
'Declaration
 
Public Function ShowCheckboxes( _
   ByVal value As Boolean _
) As TreeViewBuilder
public TreeViewBuilder ShowCheckboxes( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members