# C1.WinUI.Grid.Automation.GridRowAutomationPeer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WinUI_Grid_Automation_GridRowAutomationPeer" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer" class="text-break">GridRowAutomationPeer Class
</h1>
  <div class="markdown level0 summary"><p>Automation peer for <a class="xref" href="C1.WinUI.Grid.FlexGrid.html">FlexGrid</a> rows.</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"><a class="xref" href="C1.WinUI.Grid.Automation.GridVirtualAutomationPeer.html">GridVirtualAutomationPeer</a></div>
    <div class="level2"><span class="xref">GridRowAutomationPeer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IScrollItemProvider</span></div>
    <div><span class="xref">ISelectionItemProvider</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_GridRowAutomationPeer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridRowAutomationPeer : GridVirtualAutomationPeer, IScrollItemProvider, ISelectionItemProvider, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridRowAutomationPeer
    Inherits GridVirtualAutomationPeer
    Implements IScrollItemProvider, ISelectionItemProvider, 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_GridRowAutomationPeer__ctor_C1_WinUI_Grid_Automation_GridPanelPeer_C1_WinUI_Grid_GridRow_" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.#ctor(C1.WinUI.Grid.Automation.GridPanelPeer,C1.WinUI.Grid.GridRow)">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.-ctor.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer__ctor_C1_WinUI_Grid_Automation_GridPanelPeer_C1_WinUI_Grid_GridRow_">GridRowAutomationPeer(GridPanelPeer, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.html">GridRowAutomationPeer</a>.</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_GridRowAutomationPeer_Grid" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.Grid">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.Grid.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_Grid">Grid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_GridPeer" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GridPeer">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GridPeer.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_GridPeer">GridPeer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WinUI.Grid.Automation.FlexGridAutomationPeer.html">FlexGridAutomationPeer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_IsGroup" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.IsGroup">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.IsGroup.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_IsGroup">IsGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the row is a group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_IsHeader" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.IsHeader">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.IsHeader.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_IsHeader">IsHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the row is any of the headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_IsSelected" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.IsSelected">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.IsSelected.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_IsSelected">IsSelected</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_Panel" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.Panel">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.Panel.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_Panel">Panel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_PanelPeer" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.PanelPeer">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.PanelPeer.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_PanelPeer">PanelPeer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the panel peer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_SelectionContainer" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.SelectionContainer">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.SelectionContainer.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_SelectionContainer">SelectionContainer</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_GridRowAutomationPeer_AddToSelection" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.AddToSelection">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.AddToSelection.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_AddToSelection">AddToSelection()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_Dispose" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.Dispose">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.Dispose.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_GetAutomationControlTypeCore" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetAutomationControlTypeCore">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetAutomationControlTypeCore.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_GetAutomationControlTypeCore">GetAutomationControlTypeCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_GetBoundingRectangleCore" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetBoundingRectangleCore">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetBoundingRectangleCore.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_GetBoundingRectangleCore">GetBoundingRectangleCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_GetChildrenCore" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetChildrenCore">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetChildrenCore.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_GetChildrenCore">GetChildrenCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_GetClassNameCore" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetClassNameCore">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetClassNameCore.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_GetClassNameCore">GetClassNameCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_GetNameCore" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetNameCore">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetNameCore.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_GetNameCore">GetNameCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_GetOrientationCore" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetOrientationCore">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetOrientationCore.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_GetOrientationCore">GetOrientationCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_GetPatternCore_Microsoft_UI_Xaml_Automation_Peers_PatternInterface_" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetPatternCore(Microsoft.UI.Xaml.Automation.Peers.PatternInterface)">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.GetPatternCore.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_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_GridRowAutomationPeer_IsOffscreenCore" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.IsOffscreenCore">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.IsOffscreenCore.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_IsOffscreenCore">IsOffscreenCore()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_NavigateCore_Microsoft_UI_Xaml_Automation_Peers_AutomationNavigationDirection_" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.NavigateCore(Microsoft.UI.Xaml.Automation.Peers.AutomationNavigationDirection)">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.NavigateCore.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_NavigateCore_Microsoft_UI_Xaml_Automation_Peers_AutomationNavigationDirection_">NavigateCore(AutomationNavigationDirection)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_RemoveFromSelection" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.RemoveFromSelection">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.RemoveFromSelection.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_RemoveFromSelection">RemoveFromSelection()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_ScrollIntoView" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.ScrollIntoView">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.ScrollIntoView.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_ScrollIntoView">ScrollIntoView()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WinUI_Grid_Automation_GridRowAutomationPeer_Select" data-uid="C1.WinUI.Grid.Automation.GridRowAutomationPeer.Select">
          <a class="xref" href="C1.WinUI.Grid.Automation.GridRowAutomationPeer.Select.html#C1_WinUI_Grid_Automation_GridRowAutomationPeer_Select">Select()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
