# C1.Data.PagingView-1.PageIndex

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Data_PagingView_1_PageIndex_" data-uid="C1.Data.PagingView`1.PageIndex*">PageIndex Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Data_PagingView_1_PageIndex_" data-uid="C1.Data.PagingView`1.PageIndex*"></a>
<h4 id="C1_Data_PagingView_1_PageIndex" data-uid="C1.Data.PagingView`1.PageIndex">PageIndex</h4>
<div class="markdown level1 summary"><p>Gets or sets the index of the current page.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int PageIndex { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property PageIndex As Integer</code></pre>
</div>
<h5 id="C1_Data_PagingView_1_PageIndex_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Setting this property value to an invalid value is ignored.
A value is invalid if it is less than 0 or greater or equal to <a class="xref" href="C1.Data.PagingView-1.PageCount.html#C1_Data_PagingView_1_PageCount">PageCount</a>.
If there are no items in this <a class="xref" href="C1.Data.PagingView-1.html">view</a>, the only valid value for this property is 0.</p>
</div>
</div>
