# C1.Blazor.TreeView.C1TreeView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_TreeView_C1TreeView" data-uid="C1.Blazor.TreeView.C1TreeView" class="text-break">C1TreeView Class
</h1>
  <div class="markdown level0 summary"><p>Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.componentbase">ComponentBase</a></div>
    <div class="level2"><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1View.html">C1View</a></div>
    <div class="level3"><span class="xref">C1TreeView</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleevent">IHandleEvent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.IDependencyObject.html">IDependencyObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.TreeView.html">C1.Blazor.TreeView</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.TreeView.dll</h6>
  <h5 id="C1_Blazor_TreeView_C1TreeView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1TreeView : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1TreeView
    Inherits C1View
    Implements IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</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_Blazor_TreeView_C1TreeView__ctor" data-uid="C1.Blazor.TreeView.C1TreeView.#ctor">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.-ctor.html#C1_Blazor_TreeView_C1TreeView__ctor">C1TreeView()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.html">C1TreeView</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_AllowDragDropProperty" data-uid="C1.Blazor.TreeView.C1TreeView.AllowDragDropProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.AllowDragDropProperty.html">AllowDragDropProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.AllowDragDrop.html#C1_Blazor_TreeView_C1TreeView_AllowDragDrop">AllowDragDrop</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ChildItemsPathsProperty" data-uid="C1.Blazor.TreeView.C1TreeView.ChildItemsPathsProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ChildItemsPathsProperty.html">ChildItemsPathsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ChildItemsPaths.html#C1_Blazor_TreeView_C1TreeView_ChildItemsPaths">ChildItemsPaths</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_CollapseOnClickProperty" data-uid="C1.Blazor.TreeView.C1TreeView.CollapseOnClickProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.CollapseOnClickProperty.html">CollapseOnClickProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.CollapseOnClick.html#C1_Blazor_TreeView_C1TreeView_CollapseOnClick">CollapseOnClick</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_CollapsedIconTemplateProperty" data-uid="C1.Blazor.TreeView.C1TreeView.CollapsedIconTemplateProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.CollapsedIconTemplateProperty.html">CollapsedIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.CollapsedIconTemplate.html#C1_Blazor_TreeView_C1TreeView_CollapsedIconTemplate">CollapsedIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_DisplayMemberPathsProperty" data-uid="C1.Blazor.TreeView.C1TreeView.DisplayMemberPathsProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.DisplayMemberPathsProperty.html">DisplayMemberPathsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.DisplayMemberPaths.html#C1_Blazor_TreeView_C1TreeView_DisplayMemberPaths">DisplayMemberPaths</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_DragSourceStyleProperty" data-uid="C1.Blazor.TreeView.C1TreeView.DragSourceStyleProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.DragSourceStyleProperty.html">DragSourceStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.DragSourceStyle.html#C1_Blazor_TreeView_C1TreeView_DragSourceStyle">DragSourceStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_DragTargetStyleProperty" data-uid="C1.Blazor.TreeView.C1TreeView.DragTargetStyleProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.DragTargetStyleProperty.html">DragTargetStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.DragTargetStyle.html#C1_Blazor_TreeView_C1TreeView_DragTargetStyle">DragTargetStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ExpandModeProperty" data-uid="C1.Blazor.TreeView.C1TreeView.ExpandModeProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ExpandModeProperty.html">ExpandModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ExpandMode.html#C1_Blazor_TreeView_C1TreeView_ExpandMode">ExpandMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ExpandOnClickProperty" data-uid="C1.Blazor.TreeView.C1TreeView.ExpandOnClickProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ExpandOnClickProperty.html">ExpandOnClickProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ExpandOnClick.html#C1_Blazor_TreeView_C1TreeView_ExpandOnClick">ExpandOnClick</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ExpandedIconStyleProperty" data-uid="C1.Blazor.TreeView.C1TreeView.ExpandedIconStyleProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ExpandedIconStyleProperty.html">ExpandedIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ExpandedIconStyle.html#C1_Blazor_TreeView_C1TreeView_ExpandedIconStyle">ExpandedIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ExpandedIconTemplateProperty" data-uid="C1.Blazor.TreeView.C1TreeView.ExpandedIconTemplateProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ExpandedIconTemplateProperty.html">ExpandedIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ExpandedIconTemplate.html#C1_Blazor_TreeView_C1TreeView_ExpandedIconTemplate">ExpandedIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_HorizontalScrollBarVisibilityProperty" data-uid="C1.Blazor.TreeView.C1TreeView.HorizontalScrollBarVisibilityProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.HorizontalScrollBarVisibilityProperty.html">HorizontalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.HorizontalScrollBarVisibility.html#C1_Blazor_TreeView_C1TreeView_HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_IsExpandedPathProperty" data-uid="C1.Blazor.TreeView.C1TreeView.IsExpandedPathProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.IsExpandedPathProperty.html">IsExpandedPathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.IsExpandedPath.html#C1_Blazor_TreeView_C1TreeView_IsExpandedPath">IsExpandedPath</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_IsSelectedPathProperty" data-uid="C1.Blazor.TreeView.C1TreeView.IsSelectedPathProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.IsSelectedPathProperty.html">IsSelectedPathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.IsSelectedPath.html#C1_Blazor_TreeView_C1TreeView_IsSelectedPath">IsSelectedPath</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ItemTemplateProperty" data-uid="C1.Blazor.TreeView.C1TreeView.ItemTemplateProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ItemTemplateProperty.html">ItemTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ItemTemplate.html#C1_Blazor_TreeView_C1TreeView_ItemTemplate">ItemTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_KeyboardNavigationProperty" data-uid="C1.Blazor.TreeView.C1TreeView.KeyboardNavigationProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.KeyboardNavigationProperty.html">KeyboardNavigationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.KeyboardNavigation.html#C1_Blazor_TreeView_C1TreeView_KeyboardNavigation">KeyboardNavigation</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_MouseOverBrushProperty" data-uid="C1.Blazor.TreeView.C1TreeView.MouseOverBrushProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.MouseOverBrush.html#C1_Blazor_TreeView_C1TreeView_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_SelectedBackgroundProperty" data-uid="C1.Blazor.TreeView.C1TreeView.SelectedBackgroundProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.SelectedBackgroundProperty.html">SelectedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.SelectedBackground.html#C1_Blazor_TreeView_C1TreeView_SelectedBackground">SelectedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_SelectionModeProperty" data-uid="C1.Blazor.TreeView.C1TreeView.SelectionModeProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.SelectionModeProperty.html">SelectionModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.SelectionMode.html#C1_Blazor_TreeView_C1TreeView_SelectionMode">SelectionMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ShowCheckboxesProperty" data-uid="C1.Blazor.TreeView.C1TreeView.ShowCheckboxesProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ShowCheckboxesProperty.html">ShowCheckboxesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ShowCheckboxes.html#C1_Blazor_TreeView_C1TreeView_ShowCheckboxes">ShowCheckboxes</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ShowLinesProperty" data-uid="C1.Blazor.TreeView.C1TreeView.ShowLinesProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ShowLinesProperty.html">ShowLinesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ShowLines.html#C1_Blazor_TreeView_C1TreeView_ShowLines">ShowLines</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_VerticalScrollBarVisibilityProperty" data-uid="C1.Blazor.TreeView.C1TreeView.VerticalScrollBarVisibilityProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.VerticalScrollBarVisibilityProperty.html">VerticalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.VerticalScrollBarVisibility.html#C1_Blazor_TreeView_C1TreeView_VerticalScrollBarVisibility">VerticalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_WholeWidthSelectionProperty" data-uid="C1.Blazor.TreeView.C1TreeView.WholeWidthSelectionProperty">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.WholeWidthSelectionProperty.html">WholeWidthSelectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.WholeWidthSelection.html#C1_Blazor_TreeView_C1TreeView_WholeWidthSelection">WholeWidthSelection</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_AllowDragDrop" data-uid="C1.Blazor.TreeView.C1TreeView.AllowDragDrop">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.AllowDragDrop.html#C1_Blazor_TreeView_C1TreeView_AllowDragDrop">AllowDragDrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="C1.Blazor.TreeView.C1TreeView.html">C1TreeView</a> allows drag-and-drop operations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ChildContent" data-uid="C1.Blazor.TreeView.C1TreeView.ChildContent">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ChildContent.html#C1_Blazor_TreeView_C1TreeView_ChildContent">ChildContent</a>
        </td>
        <td class="markdown level1 summary"><p>ChildContent <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.renderfragment">RenderFragment</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ChildItemsPaths" data-uid="C1.Blazor.TreeView.C1TreeView.ChildItemsPaths">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ChildItemsPaths.html#C1_Blazor_TreeView_C1TreeView_ChildItemsPaths">ChildItemsPaths</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_CollapseOnClick" data-uid="C1.Blazor.TreeView.C1TreeView.CollapseOnClick">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.CollapseOnClick.html#C1_Blazor_TreeView_C1TreeView_CollapseOnClick">CollapseOnClick</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the node is collapsed when the users clicks in the C1TreeViewItem header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_CollapsedIconTemplate" data-uid="C1.Blazor.TreeView.C1TreeView.CollapsedIconTemplate">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.CollapsedIconTemplate.html#C1_Blazor_TreeView_C1TreeView_CollapsedIconTemplate">CollapsedIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Content template for tree item collapsed icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_Converter" data-uid="C1.Blazor.TreeView.C1TreeView.Converter">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.Converter.html#C1_Blazor_TreeView_C1TreeView_Converter">Converter</a>
        </td>
        <td class="markdown level1 summary"><p>Converter for the <a class="xref" href="C1.Blazor.TreeView.TreeViewItem.Header.html#C1_Blazor_TreeView_TreeViewItem_Header">Header</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_DisplayMemberPaths" data-uid="C1.Blazor.TreeView.C1TreeView.DisplayMemberPaths">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.DisplayMemberPaths.html#C1_Blazor_TreeView_C1TreeView_DisplayMemberPaths">DisplayMemberPaths</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a path to a value on the source object to serve as the visual representation of the object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_DragSourceStyle" data-uid="C1.Blazor.TreeView.C1TreeView.DragSourceStyle">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.DragSourceStyle.html#C1_Blazor_TreeView_C1TreeView_DragSourceStyle">DragSourceStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets of sets the style of the drag source item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_DragTargetStyle" data-uid="C1.Blazor.TreeView.C1TreeView.DragTargetStyle">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.DragTargetStyle.html#C1_Blazor_TreeView_C1TreeView_DragTargetStyle">DragTargetStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets of sets the style of the drag target item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ExpandMode" data-uid="C1.Blazor.TreeView.C1TreeView.ExpandMode">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ExpandMode.html#C1_Blazor_TreeView_C1TreeView_ExpandMode">ExpandMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the allowed number of expanded C1TreeViewItems.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ExpandOnClick" data-uid="C1.Blazor.TreeView.C1TreeView.ExpandOnClick">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ExpandOnClick.html#C1_Blazor_TreeView_C1TreeView_ExpandOnClick">ExpandOnClick</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the node is expanded when the users clicks in the C1TreeViewItem header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ExpandedIconStyle" data-uid="C1.Blazor.TreeView.C1TreeView.ExpandedIconStyle">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ExpandedIconStyle.html#C1_Blazor_TreeView_C1TreeView_ExpandedIconStyle">ExpandedIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the expanded/collapsed icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ExpandedIconTemplate" data-uid="C1.Blazor.TreeView.C1TreeView.ExpandedIconTemplate">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ExpandedIconTemplate.html#C1_Blazor_TreeView_C1TreeView_ExpandedIconTemplate">ExpandedIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Content template for tree item expanded icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_HorizontalScrollBarVisibility" data-uid="C1.Blazor.TreeView.C1TreeView.HorizontalScrollBarVisibility">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.HorizontalScrollBarVisibility.html#C1_Blazor_TreeView_C1TreeView_HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_IsExpandedPath" data-uid="C1.Blazor.TreeView.C1TreeView.IsExpandedPath">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.IsExpandedPath.html#C1_Blazor_TreeView_C1TreeView_IsExpandedPath">IsExpandedPath</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_IsRTL" data-uid="C1.Blazor.TreeView.C1TreeView.IsRTL">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.IsRTL.html#C1_Blazor_TreeView_C1TreeView_IsRTL">IsRTL</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the selected items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_IsSelectedPath" data-uid="C1.Blazor.TreeView.C1TreeView.IsSelectedPath">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.IsSelectedPath.html#C1_Blazor_TreeView_C1TreeView_IsSelectedPath">IsSelectedPath</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ItemStyle" data-uid="C1.Blazor.TreeView.C1TreeView.ItemStyle">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ItemStyle.html#C1_Blazor_TreeView_C1TreeView_ItemStyle">ItemStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ItemTemplate" data-uid="C1.Blazor.TreeView.C1TreeView.ItemTemplate">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ItemTemplate.html#C1_Blazor_TreeView_C1TreeView_ItemTemplate">ItemTemplate</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_Items" data-uid="C1.Blazor.TreeView.C1TreeView.Items">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.Items.html#C1_Blazor_TreeView_C1TreeView_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of tree-view items. Every tree-view items contains the sub-items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ItemsSource" data-uid="C1.Blazor.TreeView.C1TreeView.ItemsSource">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ItemsSource.html#C1_Blazor_TreeView_C1TreeView_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets tree-view  data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_KeyboardNavigation" data-uid="C1.Blazor.TreeView.C1TreeView.KeyboardNavigation">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.KeyboardNavigation.html#C1_Blazor_TreeView_C1TreeView_KeyboardNavigation">KeyboardNavigation</a>
        </td>
        <td class="markdown level1 summary"><p>Enables or disables the Keyboard navigation functionality of the C1TreeView.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_MouseOverBrush" data-uid="C1.Blazor.TreeView.C1TreeView.MouseOverBrush">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.MouseOverBrush.html#C1_Blazor_TreeView_C1TreeView_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_OnDragOver" data-uid="C1.Blazor.TreeView.C1TreeView.OnDragOver">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.OnDragOver.html#C1_Blazor_TreeView_C1TreeView_OnDragOver">OnDragOver</a>
        </td>
        <td class="markdown level1 summary"><p>This Callback will gets and sets by Blazor framework automatically for binding feature.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_OnDragStart" data-uid="C1.Blazor.TreeView.C1TreeView.OnDragStart">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.OnDragStart.html#C1_Blazor_TreeView_C1TreeView_OnDragStart">OnDragStart</a>
        </td>
        <td class="markdown level1 summary"><p>This Callback will gets and sets by Blazor framework automatically for binding feature.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_OnDrop" data-uid="C1.Blazor.TreeView.C1TreeView.OnDrop">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.OnDrop.html#C1_Blazor_TreeView_C1TreeView_OnDrop">OnDrop</a>
        </td>
        <td class="markdown level1 summary"><p>This Callback will gets and sets by Blazor framework automatically for binding feature.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_OnEnter" data-uid="C1.Blazor.TreeView.C1TreeView.OnEnter">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.OnEnter.html#C1_Blazor_TreeView_C1TreeView_OnEnter">OnEnter</a>
        </td>
        <td class="markdown level1 summary"><p>This Callback will gets and sets by Blazor framework automatically for binding feature.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_OnEscape" data-uid="C1.Blazor.TreeView.C1TreeView.OnEscape">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.OnEscape.html#C1_Blazor_TreeView_C1TreeView_OnEscape">OnEscape</a>
        </td>
        <td class="markdown level1 summary"><p>This Callback will gets and sets by Blazor framework automatically for binding feature.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_OnItemClick" data-uid="C1.Blazor.TreeView.C1TreeView.OnItemClick">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.OnItemClick.html#C1_Blazor_TreeView_C1TreeView_OnItemClick">OnItemClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a <a class="xref" href="C1.Blazor.TreeView.TreeViewItem.html">TreeViewItem</a> is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_OnItemSelected" data-uid="C1.Blazor.TreeView.C1TreeView.OnItemSelected">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.OnItemSelected.html#C1_Blazor_TreeView_C1TreeView_OnItemSelected">OnItemSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the selection state of a <a class="xref" href="C1.Blazor.TreeView.TreeViewItem.html">TreeViewItem</a> changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_SelectedBackground" data-uid="C1.Blazor.TreeView.C1TreeView.SelectedBackground">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.SelectedBackground.html#C1_Blazor_TreeView_C1TreeView_SelectedBackground">SelectedBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a> used to highlight the control when it is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_SelectedItemStyle" data-uid="C1.Blazor.TreeView.C1TreeView.SelectedItemStyle">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.SelectedItemStyle.html#C1_Blazor_TreeView_C1TreeView_SelectedItemStyle">SelectedItemStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the selected items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_SelectionMode" data-uid="C1.Blazor.TreeView.C1TreeView.SelectionMode">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.SelectionMode.html#C1_Blazor_TreeView_C1TreeView_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selection behavior for a C1TreeView.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_SelectionModeChanged" data-uid="C1.Blazor.TreeView.C1TreeView.SelectionModeChanged">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.SelectionModeChanged.html#C1_Blazor_TreeView_C1TreeView_SelectionModeChanged">SelectionModeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback called when the <a class="xref" href="C1.Blazor.TreeView.C1TreeView.SelectionMode.html#C1_Blazor_TreeView_C1TreeView_SelectionMode">SelectionMode</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ShowCheckboxes" data-uid="C1.Blazor.TreeView.C1TreeView.ShowCheckboxes">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ShowCheckboxes.html#C1_Blazor_TreeView_C1TreeView_ShowCheckboxes">ShowCheckboxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the treeview item has show checkbox or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_ShowLines" data-uid="C1.Blazor.TreeView.C1TreeView.ShowLines">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.ShowLines.html#C1_Blazor_TreeView_C1TreeView_ShowLines">ShowLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the connecting lines are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_VerticalScrollBarVisibility" data-uid="C1.Blazor.TreeView.C1TreeView.VerticalScrollBarVisibility">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.VerticalScrollBarVisibility.html#C1_Blazor_TreeView_C1TreeView_VerticalScrollBarVisibility">VerticalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_WholeWidthSelection" data-uid="C1.Blazor.TreeView.C1TreeView.WholeWidthSelection">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.WholeWidthSelection.html#C1_Blazor_TreeView_C1TreeView_WholeWidthSelection">WholeWidthSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the selection item should take the whole width of the control or not.</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_Blazor_TreeView_C1TreeView_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_" data-uid="C1.Blazor.TreeView.C1TreeView.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.BuildRenderTree.html#C1_Blazor_TreeView_C1TreeView_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_">BuildRenderTree(RenderTreeBuilder)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the component to the supplied <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.rendering.rendertreebuilder">RenderTreeBuilder</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_Dispose_System_Boolean_" data-uid="C1.Blazor.TreeView.C1TreeView.Dispose(System.Boolean)">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.Dispose.html#C1_Blazor_TreeView_C1TreeView_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_Expand_C1_Blazor_TreeView_TreeViewItem_System_Boolean_" data-uid="C1.Blazor.TreeView.C1TreeView.Expand(C1.Blazor.TreeView.TreeViewItem,System.Boolean)">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.Expand.html#C1_Blazor_TreeView_C1TreeView_Expand_C1_Blazor_TreeView_TreeViewItem_System_Boolean_">Expand(TreeViewItem, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Set expanded item</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_FocusAsync" data-uid="C1.Blazor.TreeView.C1TreeView.FocusAsync">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.FocusAsync.html#C1_Blazor_TreeView_C1TreeView_FocusAsync">FocusAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the focus in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_GetAllItems" data-uid="C1.Blazor.TreeView.C1TreeView.GetAllItems">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.GetAllItems.html#C1_Blazor_TreeView_C1TreeView_GetAllItems">GetAllItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Get all items</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_GetSelectedItems" data-uid="C1.Blazor.TreeView.C1TreeView.GetSelectedItems">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.GetSelectedItems.html#C1_Blazor_TreeView_C1TreeView_GetSelectedItems">GetSelectedItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Get selected items</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_InitializeAsync" data-uid="C1.Blazor.TreeView.C1TreeView.InitializeAsync">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.InitializeAsync.html#C1_Blazor_TreeView_C1TreeView_InitializeAsync">InitializeAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is called when the component is initialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_OnAfterRender_System_Boolean_" data-uid="C1.Blazor.TreeView.C1TreeView.OnAfterRender(System.Boolean)">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.OnAfterRender.html#C1_Blazor_TreeView_C1TreeView_OnAfterRender_System_Boolean_">OnAfterRender(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_OnAfterRenderAsync_System_Boolean_" data-uid="C1.Blazor.TreeView.C1TreeView.OnAfterRenderAsync(System.Boolean)">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.OnAfterRenderAsync.html#C1_Blazor_TreeView_C1TreeView_OnAfterRenderAsync_System_Boolean_">OnAfterRenderAsync(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_C1TreeView_Refresh" data-uid="C1.Blazor.TreeView.C1TreeView.Refresh">
          <a class="xref" href="C1.Blazor.TreeView.C1TreeView.Refresh.html#C1_Blazor_TreeView_C1TreeView_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Refresh component.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
