# C1.WPF.FlexGrid.ExcelContextMenu.GetMenuItem

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_ExcelContextMenu_GetMenuItem_" data-uid="C1.WPF.FlexGrid.ExcelContextMenu.GetMenuItem*">GetMenuItem Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_ExcelContextMenu_GetMenuItem_" data-uid="C1.WPF.FlexGrid.ExcelContextMenu.GetMenuItem*"></a>
<h4 id="C1_WPF_FlexGrid_ExcelContextMenu_GetMenuItem_C1_WPF_FlexGrid_ContextMenuCommands_" data-uid="C1.WPF.FlexGrid.ExcelContextMenu.GetMenuItem(C1.WPF.FlexGrid.ContextMenuCommands)">GetMenuItem(ContextMenuCommands)</h4>
<div class="markdown level1 summary"><p>Get a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.menuitem">MenuItem</a> based on a command code.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public MenuItem GetMenuItem(ContextMenuCommands cmd)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetMenuItem(cmd As ContextMenuCommands) As MenuItem</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><a class="xref" href="C1.WPF.FlexGrid.ContextMenuCommands.html">ContextMenuCommands</a></td>
      <td><span class="parametername">cmd</span></td>
      <td><p><a class="xref" href="C1.WPF.FlexGrid.ContextMenuCommands.html">ContextMenuCommands</a> that determines the item to be retrieved.</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.controls.menuitem">MenuItem</a></td>
      <td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.menuitem">MenuItem</a> that matches the given <code class="paramref">cmd</code>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
