# C1.Web.Mvc.Fluent.TreeViewBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_TreeViewBuilder" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder" class="text-break">TreeViewBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.TreeView.html">TreeView</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.TreeView.html">TreeView</a>, <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.html">TreeViewBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.TreeView.html">TreeView</a>, <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.html">TreeViewBuilder</a>&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.TreeView.html">TreeView</a>, <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.html">TreeViewBuilder</a>&gt;</div>
    <div class="level5"><span class="xref">TreeViewBuilder</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_TreeViewBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TreeViewBuilder : ControlBuilder&lt;TreeView, TreeViewBuilder&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TreeViewBuilder
    Inherits ControlBuilder(Of TreeView, TreeViewBuilder)
    Implements IHtmlContent</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder__ctor_C1_Web_Mvc_TreeView_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.#ctor(C1.Web.Mvc.TreeView)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.-ctor.html#C1_Web_Mvc_Fluent_TreeViewBuilder__ctor_C1_Web_Mvc_TreeView_">TreeViewBuilder(TreeView)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.html">TreeViewBuilder</a> instance to configurate <code class="paramref">component</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_AllowDragging_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.AllowDragging(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.AllowDragging.html#C1_Web_Mvc_Fluent_TreeViewBuilder_AllowDragging_System_Boolean_">AllowDragging(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeView.AllowDragging.html#C1_Web_Mvc_TreeView_AllowDragging">AllowDragging</a>.
Sets a value that determines whether users can drag and drop nodes within the <a class="xref" href="C1.Web.Mvc.TreeView.html">TreeView</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_AutoCollapse_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.AutoCollapse(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.AutoCollapse.html#C1_Web_Mvc_Fluent_TreeViewBuilder_AutoCollapse_System_Boolean_">AutoCollapse(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeView.AutoCollapse.html#C1_Web_Mvc_TreeView_AutoCollapse">AutoCollapse</a>.
Sets a value that determines if sibling nodes should be collapsed when a node is expanded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_Bind_System_Collections_Generic_IEnumerable_System_Object__System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.Bind(System.Collections.Generic.IEnumerable{System.Object},System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.Bind.html#C1_Web_Mvc_Fluent_TreeViewBuilder_Bind_System_Collections_Generic_IEnumerable_System_Object__System_String_">Bind(IEnumerable&lt;object&gt;, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the nodes from the specified data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_Bind_System_String_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.Bind(System.String,System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.Bind.html#C1_Web_Mvc_Fluent_TreeViewBuilder_Bind_System_String_System_String_">Bind(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the nodes from the specified url.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_CheckOnClick_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.CheckOnClick(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.CheckOnClick.html#C1_Web_Mvc_Fluent_TreeViewBuilder_CheckOnClick_System_Boolean_">CheckOnClick(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeView.CheckOnClick.html#C1_Web_Mvc_TreeView_CheckOnClick">CheckOnClick</a>.
Sets a value that determines whether to toggle checkboxes when the user clicks the node header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_CheckedMemberPath_System_String___" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.CheckedMemberPath(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.CheckedMemberPath.html#C1_Web_Mvc_Fluent_TreeViewBuilder_CheckedMemberPath_System_String___">CheckedMemberPath(params string[])</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_ChildItemsPath_System_String___" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.ChildItemsPath(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.ChildItemsPath.html#C1_Web_Mvc_Fluent_TreeViewBuilder_ChildItemsPath_System_String___">ChildItemsPath(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the ChildItemsPath property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_CollapseOnClick_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.CollapseOnClick(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.CollapseOnClick.html#C1_Web_Mvc_Fluent_TreeViewBuilder_CollapseOnClick_System_Boolean_">CollapseOnClick(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeView.CollapseOnClick.html#C1_Web_Mvc_TreeView_CollapseOnClick">CollapseOnClick</a>.
Sets a value that determines whether to collapse expanded nodes when the user clicks the node header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_CollapseWhenDisabled_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.CollapseWhenDisabled(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.CollapseWhenDisabled.html#C1_Web_Mvc_Fluent_TreeViewBuilder_CollapseWhenDisabled_System_Boolean_">CollapseWhenDisabled(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeView.CollapseWhenDisabled.html#C1_Web_Mvc_TreeView_CollapseWhenDisabled">CollapseWhenDisabled</a>.
Sets a value that determines whether nodes should be collapsed when they are disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_DisplayMemberPath_System_String___" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.DisplayMemberPath(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.DisplayMemberPath.html#C1_Web_Mvc_Fluent_TreeViewBuilder_DisplayMemberPath_System_String___">DisplayMemberPath(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the DisplayMemberPath property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_ExpandOnClick_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.ExpandOnClick(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.ExpandOnClick.html#C1_Web_Mvc_Fluent_TreeViewBuilder_ExpandOnClick_System_Boolean_">ExpandOnClick(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeView.ExpandOnClick.html#C1_Web_Mvc_TreeView_ExpandOnClick">ExpandOnClick</a>.
Sets a value that determines whether to expand collapsed nodes when the user clicks the node header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_ExpandOnLoad_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.ExpandOnLoad(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.ExpandOnLoad.html#C1_Web_Mvc_Fluent_TreeViewBuilder_ExpandOnLoad_System_Boolean_">ExpandOnLoad(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeView.ExpandOnLoad.html#C1_Web_Mvc_TreeView_ExpandOnLoad">ExpandOnLoad</a>.
Sets a value that determines whether to toggle checkboxes when the user clicks the node header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_ImageMemberPath_System_String___" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.ImageMemberPath(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.ImageMemberPath.html#C1_Web_Mvc_Fluent_TreeViewBuilder_ImageMemberPath_System_String___">ImageMemberPath(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the ImageMemberPath property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_IsAnimated_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.IsAnimated(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.IsAnimated.html#C1_Web_Mvc_Fluent_TreeViewBuilder_IsAnimated_System_Boolean_">IsAnimated(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeView.IsAnimated.html#C1_Web_Mvc_TreeView_IsAnimated">IsAnimated</a>.
Sets a value that indicates whether to use animations when expanding or collapsing nodes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_IsContentHtml_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.IsContentHtml(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.IsContentHtml.html#C1_Web_Mvc_Fluent_TreeViewBuilder_IsContentHtml_System_Boolean_">IsContentHtml(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeView.IsContentHtml.html#C1_Web_Mvc_TreeView_IsContentHtml">IsContentHtml</a>.
Sets a value indicating whether items are bound to plain text or HTML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_IsReadOnly_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.IsReadOnly(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.IsReadOnly.html#C1_Web_Mvc_Fluent_TreeViewBuilder_IsReadOnly_System_Boolean_">IsReadOnly(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeView.IsReadOnly.html#C1_Web_Mvc_TreeView_IsReadOnly">IsReadOnly</a>.
Sets a value that determines whether users can edit the text in the nodes. When it is set to false, users may edit the content of the tree nodes by typing directly into the nodes. The F2 key can also be used to enter edit mode with the whole node content selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_LazyLoadFunction_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.LazyLoadFunction(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.LazyLoadFunction.html#C1_Web_Mvc_Fluent_TreeViewBuilder_LazyLoadFunction_System_String_">LazyLoadFunction(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeView.LazyLoadFunction.html#C1_Web_Mvc_TreeView_LazyLoadFunction">LazyLoadFunction</a>.
Sets a client function that loads child nodes on demand.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientCheckedItemsChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientCheckedItemsChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientCheckedItemsChanged.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientCheckedItemsChanged_System_String_">OnClientCheckedItemsChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientCheckedItemsChanged.html#C1_Web_Mvc_TreeView_OnClientCheckedItemsChanged">OnClientCheckedItemsChanged</a> client event.
Occurs when the checked items are changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientDragEnd_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientDragEnd(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientDragEnd.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientDragEnd_System_String_">OnClientDragEnd(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientDragEnd.html#C1_Web_Mvc_TreeView_OnClientDragEnd">OnClientDragEnd</a> client event.
Occurs when the user finishes a drag/drop operation, either by dropping a node into a new location or by canceling the operation with the mouse or keyboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientDragOver_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientDragOver(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientDragOver.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientDragOver_System_String_">OnClientDragOver(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientDragOver.html#C1_Web_Mvc_TreeView_OnClientDragOver">OnClientDragOver</a> client event.
Occurs while the user drags a node over other nodes on the <a class="xref" href="C1.Web.Mvc.TreeView.html">TreeView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientDragStart_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientDragStart(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientDragStart.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientDragStart_System_String_">OnClientDragStart(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientDragStart.html#C1_Web_Mvc_TreeView_OnClientDragStart">OnClientDragStart</a> client event.
Occurs when the user starts dragging a node. This event only occurs if the AllowDrag property is set to true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientDrop_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientDrop(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientDrop.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientDrop_System_String_">OnClientDrop(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientDrop.html#C1_Web_Mvc_TreeView_OnClientDrop">OnClientDrop</a> client event.
Occurs when the user drops a on the <a class="xref" href="C1.Web.Mvc.TreeView.html">TreeView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientFormatItem_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientFormatItem(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientFormatItem.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientFormatItem_System_String_">OnClientFormatItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientFormatItem.html#C1_Web_Mvc_TreeView_OnClientFormatItem">OnClientFormatItem</a> client event.
Occurs when an element representing a node has been created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientIsCheckedChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientIsCheckedChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientIsCheckedChanged.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientIsCheckedChanged_System_String_">OnClientIsCheckedChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientIsCheckedChanged.html#C1_Web_Mvc_TreeView_OnClientIsCheckedChanged">OnClientIsCheckedChanged</a> client event.
Occurs after the check status of a node is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientIsCheckedChanging_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientIsCheckedChanging(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientIsCheckedChanging.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientIsCheckedChanging_System_String_">OnClientIsCheckedChanging(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientIsCheckedChanging.html#C1_Web_Mvc_TreeView_OnClientIsCheckedChanging">OnClientIsCheckedChanging</a> client event.
Occurs before the check status of a node is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientIsCollapsedChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientIsCollapsedChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientIsCollapsedChanged.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientIsCollapsedChanged_System_String_">OnClientIsCollapsedChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientIsCollapsedChanged.html#C1_Web_Mvc_TreeView_OnClientIsCollapsedChanged">OnClientIsCollapsedChanged</a> client event.
Occurs after a node is collapsed or expanded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientIsCollapsedChanging_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientIsCollapsedChanging(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientIsCollapsedChanging.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientIsCollapsedChanging_System_String_">OnClientIsCollapsedChanging(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientIsCollapsedChanging.html#C1_Web_Mvc_TreeView_OnClientIsCollapsedChanging">OnClientIsCollapsedChanging</a> client event.
Occurs before a node is collapsed or expanded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientItemClicked_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientItemClicked(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientItemClicked.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientItemClicked_System_String_">OnClientItemClicked(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientItemClicked.html#C1_Web_Mvc_TreeView_OnClientItemClicked">OnClientItemClicked</a> client event.
Occurs when the user clicks an item or presses the Enter key and an item is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientItemsSourceChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientItemsSourceChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientItemsSourceChanged.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientItemsSourceChanged_System_String_">OnClientItemsSourceChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientItemsSourceChanged.html#C1_Web_Mvc_TreeView_OnClientItemsSourceChanged">OnClientItemsSourceChanged</a> client event.
Occurs when the value of the ItemsSource property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientLoadedItems_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientLoadedItems(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientLoadedItems.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientLoadedItems_System_String_">OnClientLoadedItems(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientLoadedItems.html#C1_Web_Mvc_TreeView_OnClientLoadedItems">OnClientLoadedItems</a> client event.
Occurs after the tree items have been generated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientLoadingItems_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientLoadingItems(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientLoadingItems.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientLoadingItems_System_String_">OnClientLoadingItems(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientLoadingItems.html#C1_Web_Mvc_TreeView_OnClientLoadingItems">OnClientLoadingItems</a> client event.
Occurs before the tree items are generated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientNodeEditEnded_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientNodeEditEnded(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientNodeEditEnded.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientNodeEditEnded_System_String_">OnClientNodeEditEnded(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientNodeEditEnded.html#C1_Web_Mvc_TreeView_OnClientNodeEditEnded">OnClientNodeEditEnded</a> client event.
Occurs after a node has exited edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientNodeEditEnding_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientNodeEditEnding(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientNodeEditEnding.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientNodeEditEnding_System_String_">OnClientNodeEditEnding(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientNodeEditEnding.html#C1_Web_Mvc_TreeView_OnClientNodeEditEnding">OnClientNodeEditEnding</a> client event.
Occurs before a node exits edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientNodeEditStarted_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientNodeEditStarted(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientNodeEditStarted.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientNodeEditStarted_System_String_">OnClientNodeEditStarted(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientNodeEditStarted.html#C1_Web_Mvc_TreeView_OnClientNodeEditStarted">OnClientNodeEditStarted</a> client event.
Occurs after a node has entered edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientNodeEditStarting_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientNodeEditStarting(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientNodeEditStarting.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientNodeEditStarting_System_String_">OnClientNodeEditStarting(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientNodeEditStarting.html#C1_Web_Mvc_TreeView_OnClientNodeEditStarting">OnClientNodeEditStarting</a> client event.
Occurs before a node enters edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientReponseTextParsing_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientReponseTextParsing(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientReponseTextParsing.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientReponseTextParsing_System_String_">OnClientReponseTextParsing(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientReponseTextParsing.html#C1_Web_Mvc_TreeView_OnClientReponseTextParsing">OnClientReponseTextParsing</a> client event.
Occurs when parsing the response text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientRequestDataStringifying_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientRequestDataStringifying(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientRequestDataStringifying.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientRequestDataStringifying_System_String_">OnClientRequestDataStringifying(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientRequestDataStringifying.html#C1_Web_Mvc_TreeView_OnClientRequestDataStringifying">OnClientRequestDataStringifying</a> client event.
Occurs when serializing the request data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientSelectedItemChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientSelectedItemChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.OnClientSelectedItemChanged.html#C1_Web_Mvc_Fluent_TreeViewBuilder_OnClientSelectedItemChanged_System_String_">OnClientSelectedItemChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.TreeView.OnClientSelectedItemChanged.html#C1_Web_Mvc_TreeView_OnClientSelectedItemChanged">OnClientSelectedItemChanged</a> client event.
Occurs when the selected item is changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeViewBuilder_ShowCheckboxes_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TreeViewBuilder.ShowCheckboxes(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeViewBuilder.ShowCheckboxes.html#C1_Web_Mvc_Fluent_TreeViewBuilder_ShowCheckboxes_System_Boolean_">ShowCheckboxes(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeView.ShowCheckboxes.html#C1_Web_Mvc_TreeView_ShowCheckboxes">ShowCheckboxes</a>.
Sets a value that determines whether the <a class="xref" href="C1.Web.Mvc.TreeView.html">TreeView</a> 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).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
