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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper_GetInputBindings_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.GetInputBindings*">GetInputBindings Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper_GetInputBindings_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.GetInputBindings*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_InputBindingHelper_GetInputBindings_System_Windows_DependencyObject_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputBindingHelper.GetInputBindings(System.Windows.DependencyObject)">GetInputBindings(DependencyObject)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static InputBindingCollection GetInputBindings(DependencyObject element)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function GetInputBindings(element As DependencyObject) 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>A <span class="xref">System.Windows.DependencyObject</span> which represents the control.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.inputbindingcollection">InputBindingCollection</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.inputbindingcollection">InputBindingCollection</a> which represents InputBinding settings.</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>
