# GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper" class="text-break">InputBindingHelper Class
</h1>
  <div class="markdown level0 summary"><p>Provides a helper allows user set <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.inputbinding">InputBinding</a> for multiple controls through resource.</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">InputBindingHelper</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class InputBindingHelper</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class InputBindingHelper</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper_examples"><strong>Examples</strong></h5>
  <p>The following xaml demonstrates how to use <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.html">InputBindingHelper</a> to set some <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.inputbinding">InputBinding</a>s to multiple controls through resource.</p>

  <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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper__ctor">InputBindingHelper()</a>
        </td>
        <td class="markdown level1 summary"></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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper_InputBindingsProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.InputBindingsProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.InputBindingsProperty.html">InputBindingsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the <span class="xref">GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings</span> dependency property.</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper_GetInputBindings_System_Windows_DependencyObject_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.GetInputBindings(System.Windows.DependencyObject)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.GetInputBindings.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper_GetInputBindings_System_Windows_DependencyObject_">GetInputBindings(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.inputbindingcollection">InputBindingCollection</a> for a specified control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper_SetInputBindings_System_Windows_DependencyObject_System_Windows_Input_InputBindingCollection_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.SetInputBindings(System.Windows.DependencyObject,System.Windows.Input.InputBindingCollection)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.SetInputBindings.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper_SetInputBindings_System_Windows_DependencyObject_System_Windows_Input_InputBindingCollection_">SetInputBindings(DependencyObject, InputBindingCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the <span class="xref">GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings</span> attached property on the specified element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
