[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.TreeViewBuilder.ExpandOnLoad

ExpandOnLoad Method

ExpandOnLoad(bool)

Configurates ExpandOnLoad. Sets a value that determines whether to toggle checkboxes when the user clicks the node header.

Declaration
public TreeViewBuilder ExpandOnLoad(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TreeViewBuilder

Current builder.

Remarks

The default value for this property is false, which causes checkboxes to be toggled only when the user clicks the checkbox itself (not the node header).