# C1.Blazor.Ribbon.C1SelectTool

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Ribbon_C1SelectTool" data-uid="C1.Blazor.Ribbon.C1SelectTool" class="text-break">C1SelectTool Class
</h1>
  <div class="markdown level0 summary"><p>Tool that offers a list of values that can be selected.</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"><a class="xref" href="C1.Blazor.Ribbon.C1Tool.html">C1Tool</a></div>
    <div class="level4"><span class="xref">C1SelectTool</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
    <div><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.IDependencyObject.html">IDependencyObject</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="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.icomponent">IComponent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Ribbon.html">C1.Blazor.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Ribbon.dll</h6>
  <h5 id="C1_Blazor_Ribbon_C1SelectTool_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1SelectTool : C1Tool, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable, IComponent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1SelectTool
    Inherits C1Tool
    Implements IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable, IComponent</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_Ribbon_C1SelectTool__ctor" data-uid="C1.Blazor.Ribbon.C1SelectTool.#ctor">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.-ctor.html#C1_Blazor_Ribbon_C1SelectTool__ctor">C1SelectTool()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.html">C1SelectTool</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_Ribbon_C1SelectTool_ItemTemplateProperty" data-uid="C1.Blazor.Ribbon.C1SelectTool.ItemTemplateProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.ItemTemplateProperty.html">ItemTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.ItemTemplate.html#C1_Blazor_Ribbon_C1SelectTool_ItemTemplate">ItemTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_ItemsSourceProperty" data-uid="C1.Blazor.Ribbon.C1SelectTool.ItemsSourceProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.ItemsSourceProperty.html">ItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.ItemsSource.html#C1_Blazor_Ribbon_C1SelectTool_ItemsSource">ItemsSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_PopupStyleProperty" data-uid="C1.Blazor.Ribbon.C1SelectTool.PopupStyleProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.PopupStyleProperty.html">PopupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.PopupStyle.html#C1_Blazor_Ribbon_C1SelectTool_PopupStyle">PopupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_SelectedIndexProperty" data-uid="C1.Blazor.Ribbon.C1SelectTool.SelectedIndexProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.SelectedIndexProperty.html">SelectedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.SelectedIndex.html#C1_Blazor_Ribbon_C1SelectTool_SelectedIndex">SelectedIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_SelectedItemProperty" data-uid="C1.Blazor.Ribbon.C1SelectTool.SelectedItemProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.SelectedItemProperty.html">SelectedItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.SelectedItem.html#C1_Blazor_Ribbon_C1SelectTool_SelectedItem">SelectedItem</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_Ribbon_C1SelectTool_IsEditable" data-uid="C1.Blazor.Ribbon.C1SelectTool.IsEditable">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.IsEditable.html#C1_Blazor_Ribbon_C1SelectTool_IsEditable">IsEditable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the tool is editable and can get the keyboard focus to enter text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_ItemTemplate" data-uid="C1.Blazor.Ribbon.C1SelectTool.ItemTemplate">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.ItemTemplate.html#C1_Blazor_Ribbon_C1SelectTool_ItemTemplate">ItemTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_ItemsSource" data-uid="C1.Blazor.Ribbon.C1SelectTool.ItemsSource">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.ItemsSource.html#C1_Blazor_Ribbon_C1SelectTool_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the items displayed in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_PopupStyle" data-uid="C1.Blazor.Ribbon.C1SelectTool.PopupStyle">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.PopupStyle.html#C1_Blazor_Ribbon_C1SelectTool_PopupStyle">PopupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_SelectedIndex" data-uid="C1.Blazor.Ribbon.C1SelectTool.SelectedIndex">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.SelectedIndex.html#C1_Blazor_Ribbon_C1SelectTool_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_SelectedIndexChanged" data-uid="C1.Blazor.Ribbon.C1SelectTool.SelectedIndexChanged">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.SelectedIndexChanged.html#C1_Blazor_Ribbon_C1SelectTool_SelectedIndexChanged">SelectedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback called when the <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.SelectedIndex.html#C1_Blazor_Ribbon_C1SelectTool_SelectedIndex">SelectedIndex</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_SelectedItem" data-uid="C1.Blazor.Ribbon.C1SelectTool.SelectedItem">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.SelectedItem.html#C1_Blazor_Ribbon_C1SelectTool_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_SelectedItemChanged" data-uid="C1.Blazor.Ribbon.C1SelectTool.SelectedItemChanged">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.SelectedItemChanged.html#C1_Blazor_Ribbon_C1SelectTool_SelectedItemChanged">SelectedItemChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback called when the <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.SelectedItem.html#C1_Blazor_Ribbon_C1SelectTool_SelectedItem">SelectedItem</a> property has changed.</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_Ribbon_C1SelectTool_Dispose_System_Boolean_" data-uid="C1.Blazor.Ribbon.C1SelectTool.Dispose(System.Boolean)">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.Dispose.html#C1_Blazor_Ribbon_C1SelectTool_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_Execute_System_Object_" data-uid="C1.Blazor.Ribbon.C1SelectTool.Execute(System.Object)">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.Execute.html#C1_Blazor_Ribbon_C1SelectTool_Execute_System_Object_">Execute(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the tool is executed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_GetContentRenderFragment_C1_Blazor_Core_C1Style_" data-uid="C1.Blazor.Ribbon.C1SelectTool.GetContentRenderFragment(C1.Blazor.Core.C1Style)">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.GetContentRenderFragment.html#C1_Blazor_Ribbon_C1SelectTool_GetContentRenderFragment_C1_Blazor_Core_C1Style_">GetContentRenderFragment(C1Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.renderfragment">RenderFragment</a> that represents the tool's UI content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1SelectTool_OnAfterRender_System_Boolean_" data-uid="C1.Blazor.Ribbon.C1SelectTool.OnAfterRender(System.Boolean)">
          <a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.OnAfterRender.html#C1_Blazor_Ribbon_C1SelectTool_OnAfterRender_System_Boolean_">OnAfterRender(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
