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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper_SetInputBindings_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.SetInputBindings*">SetInputBindings Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper_SetInputBindings_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.SetInputBindings*"></a>
<h4 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)">SetInputBindings(DependencyObject, InputBindingCollection)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void SetInputBindings(DependencyObject element, InputBindingCollection value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub SetInputBindings(element As DependencyObject, value As InputBindingCollection)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">DependencyObject</span></td>
      <td><span class="parametername">element</span></td>
      <td><p>The element on which to set the <span class="xref">GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings</span> attached property.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.inputbindingcollection">InputBindingCollection</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.inputbindingcollection">InputBindingCollection</a> value representing the new value for the <span class="xref">GrapeCity.Windows.InputMan.InputBindingHelper.InputBindings</span> attached property.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentnullexception">ArgumentNullException</a></td>
      <td><p><code class="paramref">element</code> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentexception">ArgumentException</a></td>
      <td><p>The type of <code class="paramref">element</code> must be <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.contentelement">ContentElement</a> or <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement3d">UIElement3D</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
