# C1.WinUI.Grid.Automation.FlexGridAutomationPeer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer" class="text-break">FlexGridAutomationPeer Class
</h1>
  <div class="markdown level0 summary"><p>Automation peer for the <a class="xref" href="C1.WinUI.Grid.FlexGrid.html">FlexGrid</a> control.</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">FlexGridAutomationPeer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">ISelectionProvider</span></div>
    <div><span class="xref">ITableProvider</span></div>
    <div><span class="xref">IGridProvider</span></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WinUI.Grid.Automation.html">C1.WinUI.Grid.Automation</a></h6>
  <h6><strong>Assembly</strong>: C1.WinUI.Grid.dll</h6>
  <h5 id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlexGridAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider, ITableProvider, IGridProvider, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlexGridAutomationPeer
    Inherits FrameworkElementAutomationPeer
    Implements ISelectionProvider, ITableProvider, IGridProvider, IDisposable</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_WinUI_Grid_Automation_FlexGridAutomationPeer__ctor_C1_WinUI_Grid_FlexGrid_" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.#ctor(C1.WinUI.Grid.FlexGrid)">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.-ctor.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer__ctor_C1_WinUI_Grid_FlexGrid_">FlexGridAutomationPeer(FlexGrid)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.html">FlexGridAutomationPeer</a> class.</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_WinUI_Grid_Automation_FlexGridAutomationPeer_CanSelectMultiple" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.CanSelectMultiple">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.CanSelectMultiple.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_CanSelectMultiple">CanSelectMultiple</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_ColumnCount" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.ColumnCount">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.ColumnCount.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_Grid" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.Grid">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.Grid.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_Grid">Grid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_IsSelectionRequired" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.IsSelectionRequired">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.IsSelectionRequired.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_IsSelectionRequired">IsSelectionRequired</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_RowCount" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.RowCount">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.RowCount.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_RowOrColumnMajor" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.RowOrColumnMajor">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.RowOrColumnMajor.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_RowOrColumnMajor">RowOrColumnMajor</a>
        </td>
        <td class="markdown level1 summary"></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_WinUI_Grid_Automation_FlexGridAutomationPeer_Dispose" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.Dispose">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.Dispose.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetAutomationControlTypeCore" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetAutomationControlTypeCore">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetAutomationControlTypeCore.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetAutomationControlTypeCore">GetAutomationControlTypeCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetChildrenCore" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetChildrenCore">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetChildrenCore.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetChildrenCore">GetChildrenCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetClassNameCore" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetClassNameCore">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetClassNameCore.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetClassNameCore">GetClassNameCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetColumnHeaders" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetColumnHeaders">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetColumnHeaders.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetColumnHeaders">GetColumnHeaders()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetItem_System_Int32_System_Int32_" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetItem(System.Int32,System.Int32)">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetItem.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetItem_System_Int32_System_Int32_">GetItem(int, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetNameCore" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetNameCore">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetNameCore.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetNameCore">GetNameCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetPatternCore_Microsoft_UI_Xaml_Automation_Peers_PatternInterface_" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetPatternCore(Microsoft.UI.Xaml.Automation.Peers.PatternInterface)">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetPatternCore.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetPatternCore_Microsoft_UI_Xaml_Automation_Peers_PatternInterface_">GetPatternCore(PatternInterface)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetRowHeaders" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetRowHeaders">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetRowHeaders.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetRowHeaders">GetRowHeaders()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetSelection" data-uid="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetSelection">
          <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.GetSelection.html#C1_WinUI_Grid_Automation_FlexGridAutomationPeer_GetSelection">GetSelection()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
