ComponentOne DataGrid for WPF and Silverlight
C1DataPager Class
Members 

C1.Silverlight.DataGrid.Ria Namespace : C1DataPager Class
Handles paging for an System.ComponentModel.IPagedCollectionView.
Object Model
C1DataPager Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="CurrentPageSuffixTextBlock", Type=System.Windows.Controls.TextBlock)>
<System.Windows.TemplateVisualStateAttribute(Name="FirstLastPreviousNextNumeric", GroupName="DisplayModeStates")>
<System.Windows.TemplateVisualStateAttribute(Name="PreviousNext", GroupName="DisplayModeStates")>
<System.Windows.TemplateVisualStateAttribute(Name="PreviousNextNumeric", GroupName="DisplayModeStates")>
<System.Windows.StyleTypedPropertyAttribute(Property="NumericButtonStyle", StyleTargetType=System.Windows.Controls.Primitives.ToggleButton)>
<System.Windows.TemplatePartAttribute(Name="LastPageButton", Type=System.Windows.Controls.Primitives.ButtonBase)>
<System.Windows.TemplateVisualStateAttribute(Name="FirstLastPreviousNext", GroupName="DisplayModeStates")>
<System.Windows.TemplatePartAttribute(Name="NumericButtonPanel", Type=System.Windows.Controls.Panel)>
<System.Windows.TemplatePartAttribute(Name="PreviousPageButton", Type=System.Windows.Controls.Primitives.ButtonBase)>
<System.Windows.TemplatePartAttribute(Name="CurrentPagePrefixTextBlock", Type=System.Windows.Controls.TextBlock)>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="FirstLastNumeric", GroupName="DisplayModeStates")>
<System.Windows.TemplatePartAttribute(Name="FirstPageButton", Type=System.Windows.Controls.Primitives.ButtonBase)>
<System.Windows.TemplateVisualStateAttribute(Name="Numeric", GroupName="DisplayModeStates")>
<System.Windows.TemplatePartAttribute(Name="CurrentPageTextBox", Type=System.Windows.Controls.TextBox)>
<System.Windows.TemplatePartAttribute(Name="NextPageButton", Type=System.Windows.Controls.Primitives.ButtonBase)>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MoveEnabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MoveDisabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MoveFirstEnabled", GroupName="MoveFirstStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MoveFirstDisabled", GroupName="MoveFirstStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MovePreviousEnabled", GroupName="MovePreviousStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MovePreviousDisabled", GroupName="MovePreviousStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MoveNextEnabled", GroupName="MoveNextStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MoveNextDisabled", GroupName="MoveNextStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MoveLastEnabled", GroupName="MoveLastStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MoveLastDisabled", GroupName="MoveLastStates")>
<System.Windows.TemplateVisualStateAttribute(Name="TotalPageCountKnown", GroupName="TotalPageCountKnownStates")>
<System.Windows.TemplateVisualStateAttribute(Name="TotalPageCountUnknown", GroupName="TotalPageCountKnownStates")>
Public Class C1DataPager 
   Inherits System.Windows.Controls.Control
[System.Windows.TemplatePart(Name="CurrentPageSuffixTextBlock", Type=System.Windows.Controls.TextBlock)]
[System.Windows.TemplateVisualState(Name="FirstLastPreviousNextNumeric", GroupName="DisplayModeStates")]
[System.Windows.TemplateVisualState(Name="PreviousNext", GroupName="DisplayModeStates")]
[System.Windows.TemplateVisualState(Name="PreviousNextNumeric", GroupName="DisplayModeStates")]
[System.Windows.StyleTypedProperty(Property="NumericButtonStyle", StyleTargetType=System.Windows.Controls.Primitives.ToggleButton)]
[System.Windows.TemplatePart(Name="LastPageButton", Type=System.Windows.Controls.Primitives.ButtonBase)]
[System.Windows.TemplateVisualState(Name="FirstLastPreviousNext", GroupName="DisplayModeStates")]
[System.Windows.TemplatePart(Name="NumericButtonPanel", Type=System.Windows.Controls.Panel)]
[System.Windows.TemplatePart(Name="PreviousPageButton", Type=System.Windows.Controls.Primitives.ButtonBase)]
[System.Windows.TemplatePart(Name="CurrentPagePrefixTextBlock", Type=System.Windows.Controls.TextBlock)]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="FirstLastNumeric", GroupName="DisplayModeStates")]
[System.Windows.TemplatePart(Name="FirstPageButton", Type=System.Windows.Controls.Primitives.ButtonBase)]
[System.Windows.TemplateVisualState(Name="Numeric", GroupName="DisplayModeStates")]
[System.Windows.TemplatePart(Name="CurrentPageTextBox", Type=System.Windows.Controls.TextBox)]
[System.Windows.TemplatePart(Name="NextPageButton", Type=System.Windows.Controls.Primitives.ButtonBase)]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="MoveEnabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="MoveDisabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="MoveFirstEnabled", GroupName="MoveFirstStates")]
[System.Windows.TemplateVisualState(Name="MoveFirstDisabled", GroupName="MoveFirstStates")]
[System.Windows.TemplateVisualState(Name="MovePreviousEnabled", GroupName="MovePreviousStates")]
[System.Windows.TemplateVisualState(Name="MovePreviousDisabled", GroupName="MovePreviousStates")]
[System.Windows.TemplateVisualState(Name="MoveNextEnabled", GroupName="MoveNextStates")]
[System.Windows.TemplateVisualState(Name="MoveNextDisabled", GroupName="MoveNextStates")]
[System.Windows.TemplateVisualState(Name="MoveLastEnabled", GroupName="MoveLastStates")]
[System.Windows.TemplateVisualState(Name="MoveLastDisabled", GroupName="MoveLastStates")]
[System.Windows.TemplateVisualState(Name="TotalPageCountKnown", GroupName="TotalPageCountKnownStates")]
[System.Windows.TemplateVisualState(Name="TotalPageCountUnknown", GroupName="TotalPageCountKnownStates")]
public class C1DataPager : System.Windows.Controls.Control 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               C1.Silverlight.DataGrid.Ria.C1DataPager

See Also

Reference

C1DataPager Members
C1.Silverlight.DataGrid.Ria Namespace