# C1.WPF.InputPanel.C1DataPager

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_InputPanel_C1DataPager" data-uid="C1.WPF.InputPanel.C1DataPager" class="text-break">C1DataPager Class
</h1>
  <div class="markdown level0 summary"><p>The C1DataPager control lets user to navigate to a specific item.</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="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">C1DataPager</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.InputPanel.html">C1.WPF.InputPanel</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.InputPanel.4.6.2.dll</h6>
  <h5 id="C1_WPF_InputPanel_C1DataPager_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;CurrentPage&quot;, Type = typeof(TextBox))]
[TemplatePart(Name = &quot;Suffix&quot;, Type = typeof(TextBlock))]
[TemplateVisualState(Name = &quot;MoveEnabled&quot;, GroupName = &quot;MoveStates&quot;)]
[TemplateVisualState(Name = &quot;MoveDisabled&quot;, GroupName = &quot;MoveStates&quot;)]
[TemplateVisualState(Name = &quot;MoveFirstEnabled&quot;, GroupName = &quot;MoveFirstStates&quot;)]
[TemplateVisualState(Name = &quot;MoveFirstDisabled&quot;, GroupName = &quot;MoveFirstStates&quot;)]
[TemplateVisualState(Name = &quot;MovePreviousEnabled&quot;, GroupName = &quot;MovePreviousStates&quot;)]
[TemplateVisualState(Name = &quot;MovePreviousDisabled&quot;, GroupName = &quot;MovePreviousStates&quot;)]
[TemplateVisualState(Name = &quot;MoveNextEnabled&quot;, GroupName = &quot;MoveNextStates&quot;)]
[TemplateVisualState(Name = &quot;MoveNextDisabled&quot;, GroupName = &quot;MoveNextStates&quot;)]
[TemplateVisualState(Name = &quot;MoveLastEnabled&quot;, GroupName = &quot;MoveLastStates&quot;)]
[TemplateVisualState(Name = &quot;MoveLastDisabled&quot;, GroupName = &quot;MoveLastStates&quot;)]
[TemplateVisualState(Name = &quot;FirstLastNumeric&quot;, GroupName = &quot;DisplayModeStates&quot;)]
[TemplateVisualState(Name = &quot;FirstLastPreviousNext&quot;, GroupName = &quot;DisplayModeStates&quot;)]
[TemplateVisualState(Name = &quot;FirstLastPreviousNextNumeric&quot;, GroupName = &quot;DisplayModeStates&quot;)]
[TemplateVisualState(Name = &quot;Numeric&quot;, GroupName = &quot;DisplayModeStates&quot;)]
[TemplateVisualState(Name = &quot;PreviousNext&quot;, GroupName = &quot;DisplayModeStates&quot;)]
[TemplateVisualState(Name = &quot;PreviousNextNumeric&quot;, GroupName = &quot;DisplayModeStates&quot;)]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
public class C1DataPager : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;CurrentPage&quot;, Type:=GetType(TextBox))&gt;
&lt;TemplatePart(Name:=&quot;Suffix&quot;, Type:=GetType(TextBlock))&gt;
&lt;TemplateVisualState(Name:=&quot;MoveEnabled&quot;, GroupName:=&quot;MoveStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MoveDisabled&quot;, GroupName:=&quot;MoveStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MoveFirstEnabled&quot;, GroupName:=&quot;MoveFirstStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MoveFirstDisabled&quot;, GroupName:=&quot;MoveFirstStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MovePreviousEnabled&quot;, GroupName:=&quot;MovePreviousStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MovePreviousDisabled&quot;, GroupName:=&quot;MovePreviousStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MoveNextEnabled&quot;, GroupName:=&quot;MoveNextStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MoveNextDisabled&quot;, GroupName:=&quot;MoveNextStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MoveLastEnabled&quot;, GroupName:=&quot;MoveLastStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MoveLastDisabled&quot;, GroupName:=&quot;MoveLastStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;FirstLastNumeric&quot;, GroupName:=&quot;DisplayModeStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;FirstLastPreviousNext&quot;, GroupName:=&quot;DisplayModeStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;FirstLastPreviousNextNumeric&quot;, GroupName:=&quot;DisplayModeStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Numeric&quot;, GroupName:=&quot;DisplayModeStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;PreviousNext&quot;, GroupName:=&quot;DisplayModeStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;PreviousNextNumeric&quot;, GroupName:=&quot;DisplayModeStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
Public Class C1DataPager
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_WPF_InputPanel_C1DataPager__ctor" data-uid="C1.WPF.InputPanel.C1DataPager.#ctor">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.-ctor.html#C1_WPF_InputPanel_C1DataPager__ctor">C1DataPager()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.InputPanel.C1DataPager.html">C1DataPager</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_ButtonBackgroundProperty" data-uid="C1.WPF.InputPanel.C1DataPager.ButtonBackgroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.ButtonBackgroundProperty.html">ButtonBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.ButtonBackground.html#C1_WPF_InputPanel_C1DataPager_ButtonBackground">ButtonBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_ButtonForegroundProperty" data-uid="C1.WPF.InputPanel.C1DataPager.ButtonForegroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.ButtonForegroundProperty.html">ButtonForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.ButtonForeground.html#C1_WPF_InputPanel_C1DataPager_ButtonForeground">ButtonForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CanMoveItemProperty" data-uid="C1.WPF.InputPanel.C1DataPager.CanMoveItemProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveItemProperty.html">CanMoveItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveItem.html#C1_WPF_InputPanel_C1DataPager_CanMoveItem">CanMoveItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CanMoveToFirstItemProperty" data-uid="C1.WPF.InputPanel.C1DataPager.CanMoveToFirstItemProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveToFirstItemProperty.html">CanMoveToFirstItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveToFirstItem.html#C1_WPF_InputPanel_C1DataPager_CanMoveToFirstItem">CanMoveToFirstItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CanMoveToLastItemProperty" data-uid="C1.WPF.InputPanel.C1DataPager.CanMoveToLastItemProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveToLastItemProperty.html">CanMoveToLastItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveToLastItem.html#C1_WPF_InputPanel_C1DataPager_CanMoveToLastItem">CanMoveToLastItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CanMoveToNextItemProperty" data-uid="C1.WPF.InputPanel.C1DataPager.CanMoveToNextItemProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveToNextItemProperty.html">CanMoveToNextItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveToNextItem.html#C1_WPF_InputPanel_C1DataPager_CanMoveToNextItem">CanMoveToNextItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CanMoveToPreviousItemProperty" data-uid="C1.WPF.InputPanel.C1DataPager.CanMoveToPreviousItemProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveToPreviousItemProperty.html">CanMoveToPreviousItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveToPreviousItem.html#C1_WPF_InputPanel_C1DataPager_CanMoveToPreviousItem">CanMoveToPreviousItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CornerRadiusProperty" data-uid="C1.WPF.InputPanel.C1DataPager.CornerRadiusProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CornerRadiusProperty.html">CornerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CornerRadius.html#C1_WPF_InputPanel_C1DataPager_CornerRadius">CornerRadius</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CurrentIndexProperty" data-uid="C1.WPF.InputPanel.C1DataPager.CurrentIndexProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CurrentIndexProperty.html">CurrentIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CurrentIndex.html#C1_WPF_InputPanel_C1DataPager_CurrentIndex">CurrentIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_DisplayModeProperty" data-uid="C1.WPF.InputPanel.C1DataPager.DisplayModeProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.DisplayModeProperty.html">DisplayModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.DisplayMode.html#C1_WPF_InputPanel_C1DataPager_DisplayMode">DisplayMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_FocusBrushProperty" data-uid="C1.WPF.InputPanel.C1DataPager.FocusBrushProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.FocusBrush.html#C1_WPF_InputPanel_C1DataPager_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_LabelForegroundProperty" data-uid="C1.WPF.InputPanel.C1DataPager.LabelForegroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.LabelForegroundProperty.html">LabelForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.LabelForeground.html#C1_WPF_InputPanel_C1DataPager_LabelForeground">LabelForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_MouseOverBrushProperty" data-uid="C1.WPF.InputPanel.C1DataPager.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.MouseOverBrush.html#C1_WPF_InputPanel_C1DataPager_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_MoveToFirstCommand" data-uid="C1.WPF.InputPanel.C1DataPager.MoveToFirstCommand">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.MoveToFirstCommand.html">MoveToFirstCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Move to first item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_MoveToLastCommand" data-uid="C1.WPF.InputPanel.C1DataPager.MoveToLastCommand">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.MoveToLastCommand.html">MoveToLastCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Move to last item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_MoveToNextCommand" data-uid="C1.WPF.InputPanel.C1DataPager.MoveToNextCommand">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.MoveToNextCommand.html">MoveToNextCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Move to next item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_MoveToPreviousCommand" data-uid="C1.WPF.InputPanel.C1DataPager.MoveToPreviousCommand">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.MoveToPreviousCommand.html">MoveToPreviousCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Move to previous item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_NumericButtonStyleProperty" data-uid="C1.WPF.InputPanel.C1DataPager.NumericButtonStyleProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.NumericButtonStyleProperty.html">NumericButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.NumericButtonStyle.html#C1_WPF_InputPanel_C1DataPager_NumericButtonStyle">NumericButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_PressedBrushProperty" data-uid="C1.WPF.InputPanel.C1DataPager.PressedBrushProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.PressedBrush.html#C1_WPF_InputPanel_C1DataPager_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_SourceProperty" data-uid="C1.WPF.InputPanel.C1DataPager.SourceProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.SourceProperty.html">SourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.Source.html#C1_WPF_InputPanel_C1DataPager_Source">Source</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_TotalCountProperty" data-uid="C1.WPF.InputPanel.C1DataPager.TotalCountProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.TotalCountProperty.html">TotalCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.TotalCount.html#C1_WPF_InputPanel_C1DataPager_TotalCount">TotalCount</a> dependency property.</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_WPF_InputPanel_C1DataPager_ButtonBackground" data-uid="C1.WPF.InputPanel.C1DataPager.ButtonBackground">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.ButtonBackground.html#C1_WPF_InputPanel_C1DataPager_ButtonBackground">ButtonBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Background of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_ButtonForeground" data-uid="C1.WPF.InputPanel.C1DataPager.ButtonForeground">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.ButtonForeground.html#C1_WPF_InputPanel_C1DataPager_ButtonForeground">ButtonForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Foreground of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CanMoveItem" data-uid="C1.WPF.InputPanel.C1DataPager.CanMoveItem">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveItem.html#C1_WPF_InputPanel_C1DataPager_CanMoveItem">CanMoveItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance can change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CanMoveToFirstItem" data-uid="C1.WPF.InputPanel.C1DataPager.CanMoveToFirstItem">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveToFirstItem.html#C1_WPF_InputPanel_C1DataPager_CanMoveToFirstItem">CanMoveToFirstItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance can move to the first item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CanMoveToLastItem" data-uid="C1.WPF.InputPanel.C1DataPager.CanMoveToLastItem">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveToLastItem.html#C1_WPF_InputPanel_C1DataPager_CanMoveToLastItem">CanMoveToLastItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance can move to the last item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CanMoveToNextItem" data-uid="C1.WPF.InputPanel.C1DataPager.CanMoveToNextItem">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveToNextItem.html#C1_WPF_InputPanel_C1DataPager_CanMoveToNextItem">CanMoveToNextItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance can move to the next item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CanMoveToPreviousItem" data-uid="C1.WPF.InputPanel.C1DataPager.CanMoveToPreviousItem">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CanMoveToPreviousItem.html#C1_WPF_InputPanel_C1DataPager_CanMoveToPreviousItem">CanMoveToPreviousItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance can move to the previous item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CornerRadius" data-uid="C1.WPF.InputPanel.C1DataPager.CornerRadius">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CornerRadius.html#C1_WPF_InputPanel_C1DataPager_CornerRadius">CornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the degree to which the corners of the element are rounded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CurrentIndex" data-uid="C1.WPF.InputPanel.C1DataPager.CurrentIndex">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CurrentIndex.html#C1_WPF_InputPanel_C1DataPager_CurrentIndex">CurrentIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the current item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_DisplayMode" data-uid="C1.WPF.InputPanel.C1DataPager.DisplayMode">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.DisplayMode.html#C1_WPF_InputPanel_C1DataPager_DisplayMode">DisplayMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates how the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.html">C1DataPager</a> will render.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_FocusBrush" data-uid="C1.WPF.InputPanel.C1DataPager.FocusBrush">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.FocusBrush.html#C1_WPF_InputPanel_C1DataPager_FocusBrush">FocusBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_LabelForeground" data-uid="C1.WPF.InputPanel.C1DataPager.LabelForeground">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.LabelForeground.html#C1_WPF_InputPanel_C1DataPager_LabelForeground">LabelForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background of label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_MouseOverBrush" data-uid="C1.WPF.InputPanel.C1DataPager.MouseOverBrush">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.MouseOverBrush.html#C1_WPF_InputPanel_C1DataPager_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_NumericButtonStyle" data-uid="C1.WPF.InputPanel.C1DataPager.NumericButtonStyle">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.NumericButtonStyle.html#C1_WPF_InputPanel_C1DataPager_NumericButtonStyle">NumericButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style that will be used for the navigation buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_PressedBrush" data-uid="C1.WPF.InputPanel.C1DataPager.PressedBrush">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.PressedBrush.html#C1_WPF_InputPanel_C1DataPager_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_Source" data-uid="C1.WPF.InputPanel.C1DataPager.Source">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.Source.html#C1_WPF_InputPanel_C1DataPager_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source of <a class="xref" href="C1.WPF.InputPanel.C1DataPager.html">C1DataPager</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_TotalCount" data-uid="C1.WPF.InputPanel.C1DataPager.TotalCount">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.TotalCount.html#C1_WPF_InputPanel_C1DataPager_TotalCount">TotalCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the count of the collection data.</p>
</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_WPF_InputPanel_C1DataPager_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateCommon.html#C1_WPF_InputPanel_C1DataPager_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_ChangeVisualStateDisplayMode_System_Boolean_" data-uid="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateDisplayMode(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateDisplayMode.html#C1_WPF_InputPanel_C1DataPager_ChangeVisualStateDisplayMode_System_Boolean_">ChangeVisualStateDisplayMode(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the DisplayMode visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_ChangeVisualStateMove_System_Boolean_" data-uid="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateMove(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateMove.html#C1_WPF_InputPanel_C1DataPager_ChangeVisualStateMove_System_Boolean_">ChangeVisualStateMove(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Move visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_ChangeVisualStateMoveFirst_System_Boolean_" data-uid="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateMoveFirst(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateMoveFirst.html#C1_WPF_InputPanel_C1DataPager_ChangeVisualStateMoveFirst_System_Boolean_">ChangeVisualStateMoveFirst(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the MoveFirst visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_ChangeVisualStateMoveLast_System_Boolean_" data-uid="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateMoveLast(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateMoveLast.html#C1_WPF_InputPanel_C1DataPager_ChangeVisualStateMoveLast_System_Boolean_">ChangeVisualStateMoveLast(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the MoveLast visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_ChangeVisualStateMoveNext_System_Boolean_" data-uid="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateMoveNext(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateMoveNext.html#C1_WPF_InputPanel_C1DataPager_ChangeVisualStateMoveNext_System_Boolean_">ChangeVisualStateMoveNext(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the MoveNext visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_ChangeVisualStateMovePrevious_System_Boolean_" data-uid="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateMovePrevious(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.ChangeVisualStateMovePrevious.html#C1_WPF_InputPanel_C1DataPager_ChangeVisualStateMovePrevious_System_Boolean_">ChangeVisualStateMovePrevious(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the MovePrevious visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_OnApplyTemplate" data-uid="C1.WPF.InputPanel.C1DataPager.OnApplyTemplate">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.OnApplyTemplate.html#C1_WPF_InputPanel_C1DataPager_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.html">C1DataPager</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.InputPanel.C1DataPager.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.OnPropertyChanged.html#C1_WPF_InputPanel_C1DataPager_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked whenever the effective value of any dependency property has been updated.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CurrentIndexChanged" data-uid="C1.WPF.InputPanel.C1DataPager.CurrentIndexChanged">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CurrentIndexChanged.html">CurrentIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">CurrentIndex</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_CurrentIndexChanging" data-uid="C1.WPF.InputPanel.C1DataPager.CurrentIndexChanging">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.CurrentIndexChanging.html">CurrentIndexChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Event handler for when PageIndex is changing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1DataPager_IsMouseOverChanged" data-uid="C1.WPF.InputPanel.C1DataPager.IsMouseOverChanged">
          <a class="xref" href="C1.WPF.InputPanel.C1DataPager.IsMouseOverChanged.html">IsMouseOverChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">IsMouseOver</span> property has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
