# C1.WPF.Grid.GridScrollTipEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridScrollTipEventArgs" data-uid="C1.WPF.Grid.GridScrollTipEventArgs" class="text-break">GridScrollTipEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides event data for <a class="xref" href="C1.WPF.Grid.FlexGrid.ScrollTipShown.html">ScrollTipShown</a> event.</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">GridScrollTipEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridScrollTipEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridScrollTipEventArgs : ScrollToolTipEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridScrollTipEventArgs
    Inherits ScrollToolTipEventArgs</code></pre>
  </div>
  <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_WPF_Grid_GridScrollTipEventArgs_Column" data-uid="C1.WPF.Grid.GridScrollTipEventArgs.Column">
          <a class="xref" href="C1.WPF.Grid.GridScrollTipEventArgs.Column.html#C1_WPF_Grid_GridScrollTipEventArgs_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridScrollTipEventArgs_ColumnType" data-uid="C1.WPF.Grid.GridScrollTipEventArgs.ColumnType">
          <a class="xref" href="C1.WPF.Grid.GridScrollTipEventArgs.ColumnType.html#C1_WPF_Grid_GridScrollTipEventArgs_ColumnType">ColumnType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current column type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridScrollTipEventArgs_Row" data-uid="C1.WPF.Grid.GridScrollTipEventArgs.Row">
          <a class="xref" href="C1.WPF.Grid.GridScrollTipEventArgs.Row.html#C1_WPF_Grid_GridScrollTipEventArgs_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridScrollTipEventArgs_RowType" data-uid="C1.WPF.Grid.GridScrollTipEventArgs.RowType">
          <a class="xref" href="C1.WPF.Grid.GridScrollTipEventArgs.RowType.html#C1_WPF_Grid_GridScrollTipEventArgs_RowType">RowType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current row type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
