# GrapeCity.ActiveReports.Framework.Implementation.ThumbnailsNavigationBehavior.GoFirstPage

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Framework_Implementation_ThumbnailsNavigationBehavior_GoFirstPage_" data-uid="GrapeCity.ActiveReports.Framework.Implementation.ThumbnailsNavigationBehavior.GoFirstPage*">GoFirstPage Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Framework_Implementation_ThumbnailsNavigationBehavior_GoFirstPage_" data-uid="GrapeCity.ActiveReports.Framework.Implementation.ThumbnailsNavigationBehavior.GoFirstPage*"></a>
<h4 id="GrapeCity_ActiveReports_Framework_Implementation_ThumbnailsNavigationBehavior_GoFirstPage" data-uid="GrapeCity.ActiveReports.Framework.Implementation.ThumbnailsNavigationBehavior.GoFirstPage">GoFirstPage</h4>
<div class="markdown level1 summary"><p>Gets the command to go to the first page.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IDelegateCommand GoFirstPage { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">IDelegateCommand</span></td>
      <td><p>An <span class="xref">GrapeCity.Viewer.Common.IDelegateCommand</span> to navigate to the first page.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
