ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / C1DataPager Class
Members

In This Topic
    C1DataPager Class
    In This Topic
    Object Model
    C1DataPager Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="CurrentPageSuffixTextBlock", Type=System.Windows.Controls.TextBlock)>
    <TemplateVisualStateAttribute(Name="FirstLastPreviousNextNumeric", GroupName="DisplayModeStates")>
    <StyleTypedPropertyAttribute(Property="NumericButtonStyle", StyleTargetType=System.Windows.Controls.Primitives.ToggleButton)>
    Public Class C1DataPager 
       Inherits System.Windows.Controls.Control
    [TemplatePart(Name="CurrentPageSuffixTextBlock", Type=System.Windows.Controls.TextBlock)]
    [TemplateVisualState(Name="FirstLastPreviousNextNumeric", GroupName="DisplayModeStates")]
    [StyleTypedProperty(Property="NumericButtonStyle", StyleTargetType=System.Windows.Controls.Primitives.ToggleButton)]
    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