skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadDataPager

Provides users with a navigation interface for paging through any data collection. It supplies a paged data source for data-bound controls, and is particularly useful when working with large datasets.

Inheritance
System.Object
RadContentView
RadCompositeContentView
RadBorderContentView
RadDataPager
Inherited Members
RadBorderContentView.BackgroundColorProperty
RadBorderContentView.BackgroundProperty
RadBorderContentView.BorderColorProperty
RadBorderContentView.BorderBrushProperty
RadBorderContentView.BorderThicknessProperty
RadBorderContentView.CornerRadiusProperty
RadBorderContentView.ContentPaddingProperty
RadBorderContentView.BackgroundColor
RadBorderContentView.Background
RadBorderContentView.BorderColor
RadBorderContentView.BorderBrush
RadBorderContentView.BorderThickness
RadBorderContentView.CornerRadius
RadBorderContentView.ContentPadding
RadCompositeContentView.StyleProperty
RadCompositeContentView.ControlTemplateProperty
RadCompositeContentView.OnBindingContextChanged()
RadCompositeContentView.OnPropertyChanged(String)
RadCompositeContentView.Style
RadCompositeContentView.ControlTemplate
RadContentView.ActualStyleClassProperty
RadContentView.OnChildAdded(Element)
RadContentView.OnChildRemoved(Element, Int32)
RadContentView.OnHandlerChanged()
RadContentView.ActualStyleClass
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll

Syntax

public class RadDataPager : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Constructors

RadDataPager()

Initializes a new instance of the class.

Declaration
public RadDataPager()

Fields

ActualDataPagerContentStyleProperty

Identifies the ActualDataPagerContentStyle property.

Declaration
public static readonly BindableProperty ActualDataPagerContentStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualNavigateToFirstPageButtonStyleProperty

Identifies the ActualNavigateToFirstPageButtonStyle property.

Declaration
public static readonly BindableProperty ActualNavigateToFirstPageButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualNavigateToLastPageButtonStyleProperty

Identifies the ActualNavigateToLastPageButtonStyle property.

Declaration
public static readonly BindableProperty ActualNavigateToLastPageButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualNavigateToNextPageButtonStyleProperty

Identifies the ActualNavigateToNextPageButtonStyle property.

Declaration
public static readonly BindableProperty ActualNavigateToNextPageButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualNavigateToPreviousPageButtonStyleProperty

Identifies the ActualNavigateToPreviousPageButtonStyle property.

Declaration
public static readonly BindableProperty ActualNavigateToPreviousPageButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualNavigationComboBoxStyleProperty

Identifies the ActualNavigationComboBoxStyle property.

Declaration
public static readonly BindableProperty ActualNavigationComboBoxStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualNumericButtonStyleProperty

Identifies the ActualNumericButtonStyle property.

Declaration
public static readonly BindableProperty ActualNumericButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualNumericButtonsViewStyleProperty

Identifies the ActualNumericButtonsViewStyle property.

Declaration
public static readonly BindableProperty ActualNumericButtonsViewStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

AdaptiveDisplayModesProperty

Identifies the AdaptiveDisplayModes property.

Declaration
public static readonly BindableProperty AdaptiveDisplayModesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

DisplayModeProperty

Identifies the DisplayMode property.

Declaration
public static readonly BindableProperty DisplayModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

EllipsisModeProperty

Identifies the EllipsisMode property.

Declaration
public static readonly BindableProperty EllipsisModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ItemSpacingProperty

Identifies the ItemSpacing property.

Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

MaxNumericButtonsCountProperty

Identifies the MaxNumericButtonsCount property.

Declaration
public static readonly BindableProperty MaxNumericButtonsCountProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

MinNumericButtonsCountProperty

Identifies the MinNumericButtonsCount property.

Declaration
public static readonly BindableProperty MinNumericButtonsCountProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

NavigateToFirstPageButtonStyleProperty

Identifies the NavigateToFirstPageButtonStyle property.

Declaration
public static readonly BindableProperty NavigateToFirstPageButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

NavigateToFirstPageCommandProperty

Identifies the NavigateToFirstPageCommand property.

Declaration
public static readonly BindableProperty NavigateToFirstPageCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

NavigateToLastPageButtonStyleProperty

Identifies the NavigateToLastPageButtonStyle property.

Declaration
public static readonly BindableProperty NavigateToLastPageButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

NavigateToLastPageCommandProperty

Identifies the NavigateToLastPageCommand property.

Declaration
public static readonly BindableProperty NavigateToLastPageCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

NavigateToNextPageButtonStyleProperty

Identifies the NavigateToNextPageButtonStyle property.

Declaration
public static readonly BindableProperty NavigateToNextPageButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

NavigateToNextPageCommandProperty

Identifies the NavigateToNextPageCommand property.

Declaration
public static readonly BindableProperty NavigateToNextPageCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

NavigateToPageCommandProperty

Identifies the NavigateToPageCommand property.

Declaration
public static readonly BindableProperty NavigateToPageCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

NavigateToPreviousPageButtonStyleProperty

Identifies the NavigateToPreviousPageButtonStyle property.

Declaration
public static readonly BindableProperty NavigateToPreviousPageButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

NavigateToPreviousPageCommandProperty

Identifies the NavigateToPreviousPageCommand property.

Declaration
public static readonly BindableProperty NavigateToPreviousPageCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

NavigationComboBoxStyleProperty

Identifies the NavigationComboBoxStyle property.

Declaration
public static readonly BindableProperty NavigationComboBoxStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

NavigationViewStyleProperty

Identifies the NavigationViewStyle property.

Declaration
public static readonly BindableProperty NavigationViewStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

NumericButtonStyleProperty

Identifies the NumericButtonStyle property.

Declaration
public static readonly BindableProperty NumericButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

NumericButtonsViewStyleProperty

Identifies the NumericButtonsViewStyle property.

Declaration
public static readonly BindableProperty NumericButtonsViewStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

PageCountProperty

Identifies the PageCount property.

Declaration
public static readonly BindableProperty PageCountProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

PagedSourceProperty

Identifies the PagedSource property.

Declaration
public static readonly BindableProperty PagedSourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

PageIndexProperty

Identifies the PageIndex property.

Declaration
public static readonly BindableProperty PageIndexProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

PageSizeProperty

Identifies the PageSize property.

Declaration
public static readonly BindableProperty PageSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

PageSizesProperty

Identifies the PageSizes property.

Declaration
public static readonly BindableProperty PageSizesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

PageSizesViewStyleProperty

Identifies the PageSizesViewStyle property.

Declaration
public static readonly BindableProperty PageSizesViewStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

SourceProperty

Identifies the Source property.

Declaration
public static readonly BindableProperty SourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

Properties

ActualDataPagerContentStyle

Gets the actual style that is applied to the data pager controls panel.

Declaration
public Style ActualDataPagerContentStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualNavigateToFirstPageButtonStyle

Gets the actual style that is applied to the first page navigation button. This is result of merging the NavigateToFirstPageButtonStyle and the default first page navigation button style.

Declaration
public Style ActualNavigateToFirstPageButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualNavigateToLastPageButtonStyle

Gets the actual style that is applied to the last page navigation button. This is result of merging the NavigateToLastPageButtonStyle and the default last page navigation button style.

Declaration
public Style ActualNavigateToLastPageButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualNavigateToNextPageButtonStyle

Gets the actual style that is applied to the next page navigation button. This is result of merging the NavigateToNextPageButtonStyle and the default next page navigation button style.

Declaration
public Style ActualNavigateToNextPageButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualNavigateToPreviousPageButtonStyle

Gets the actual style that is applied to the previous page navigation button. This is result of merging the NavigateToPreviousPageButtonStyle and the default previous page navigation button style.

Declaration
public Style ActualNavigateToPreviousPageButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualNavigationComboBoxStyle

Gets the actual style that is applied to the navigation combo box. This is result of merging the NavigationComboBoxStyle and the default navigation combo box style.

Declaration
public Style ActualNavigationComboBoxStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualNumericButtonStyle

Gets the actual style that is applied to the numeric buttons. This is result of merging the NumericButtonStyle and the default numeric buttons style.

Declaration
public Style ActualNumericButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualNumericButtonsViewStyle

Gets the actual style that is applied to the view presenting the numeric buttons. This is result of merging the NumericButtonsViewStyle and the default next style for the numeric buttons view.

Declaration
public Style ActualNumericButtonsViewStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

AdaptiveDisplayModes

Gets or sets a list of desired combinations of elements that should be displayed. The actual elements that are displayed are the result of this property, the DisplayMode property, and the size of the control.

Declaration
public IList<DataPagerDisplayMode> AdaptiveDisplayModes { get; set; }
Property Value
System.Collections.Generic.IList<DataPagerDisplayMode>

DisplayMode

Gets or sets the set of elements that can be displayed. The actual elements that are displayed are the result of this property, the AdaptiveDisplayModes property, and the size of the control.

Declaration
public DataPagerDisplayMode DisplayMode { get; set; }
Property Value
DataPagerDisplayMode

EllipsisMode

Gets or sets the ellipsis mode of the pager. This controls whether the first/last page numeric buttons are replaced with three dots when there are more pages to the left/right.

Declaration
public DataPagerEllipsisMode EllipsisMode { get; set; }
Property Value
DataPagerEllipsisMode

ItemSpacing

Gets or sets the spacing between the items.

Declaration
public double ItemSpacing { get; set; }
Property Value
System.Double

MaxNumericButtonsCount

Gets or sets the maximum number of numeric buttons.

Declaration
public int MaxNumericButtonsCount { get; set; }
Property Value
System.Int32

MinNumericButtonsCount

Gets or sets the minimum number of numeric buttons.

Declaration
public int MinNumericButtonsCount { get; set; }
Property Value
System.Int32

NavigateToFirstPageButtonStyle

Gets or sets a custom style that is to be applied to the first page navigation button. The actual style that is applied is a merger between this style and the default first page navigation button style.

Declaration
public Style NavigateToFirstPageButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

NavigateToFirstPageCommand

Gets or sets the command that is executed when the first page button is pressed.

Declaration
public ICommand NavigateToFirstPageCommand { get; set; }
Property Value
System.Windows.Input.ICommand

NavigateToLastPageButtonStyle

Gets or sets a custom style that is to be applied to the last page navigation button. The actual style that is applied is a merger between this style and the default last page navigation button style.

Declaration
public Style NavigateToLastPageButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

NavigateToLastPageCommand

Gets or sets the command that is executed when the last page button is pressed.

Declaration
public ICommand NavigateToLastPageCommand { get; set; }
Property Value
System.Windows.Input.ICommand

NavigateToNextPageButtonStyle

Gets or sets a custom style that is to be applied to the next page navigation button. The actual style that is applied is a merger between this style and the default next page navigation button style.

Declaration
public Style NavigateToNextPageButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

NavigateToNextPageCommand

Gets or sets the command that is executed when the next page button is pressed.

Declaration
public ICommand NavigateToNextPageCommand { get; set; }
Property Value
System.Windows.Input.ICommand

NavigateToPageCommand

Gets or sets the command that is executed when a numeric button is pressed.

Declaration
public ICommand NavigateToPageCommand { get; set; }
Property Value
System.Windows.Input.ICommand

NavigateToPreviousPageButtonStyle

Gets or sets a custom style that is to be applied to the previous page navigation button. The actual style that is applied is a merger between this style and the default previous page navigation button style.

Declaration
public Style NavigateToPreviousPageButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

NavigateToPreviousPageCommand

Gets or sets the command that is executed when the previous page button is pressed.

Declaration
public ICommand NavigateToPreviousPageCommand { get; set; }
Property Value
System.Windows.Input.ICommand

NavigationComboBoxStyle

Gets or sets the custom style that is applied to the navigation combo box. The actual style that is applied is a merger between this style and the default navigation combo box style.

Declaration
public Style NavigationComboBoxStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

NavigationViewStyle

Gets or sets the custom style that is applied to the navigation view that contains a label and a RadComboBox presenting the current page number.

Declaration
public Style NavigationViewStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

NumericButtonStyle

Gets or sets a custom style that is to be applied to the numeric buttons. The actual style that is applied is a merger between this style and the default numeric buttons style.

Declaration
public Style NumericButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

NumericButtonsViewStyle

Gets or sets a custom style that is to be applied to the view presenting the numeric buttons. The actual style that is applied is a merger between this style and the default style for the numeric buttons view.

Declaration
public Style NumericButtonsViewStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

PageCount

Gets the number of existing pages.

Declaration
public int PageCount { get; }
Property Value
System.Int32

PagedSource

Gets the paged collection.

Declaration
public IEnumerable PagedSource { get; }
Property Value
System.Collections.IEnumerable

PageIndex

Gets or sets the current page index.

Declaration
public int PageIndex { get; set; }
Property Value
System.Int32

PageSize

Gets or sets the number of items per page.

Declaration
public int PageSize { get; set; }
Property Value
System.Int32

PageSizes

Gets or sets the page sizes that the end user can choose from.

Declaration
public IList<int> PageSizes { get; set; }
Property Value
System.Collections.Generic.IList<System.Int32>

PageSizesViewStyle

Gets or sets the custom style that is applied to the view presenting the available page-sizes.

Declaration
public Style PageSizesViewStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

Source

Gets or sets the source.

Declaration
public object Source { get; set; }
Property Value
System.Object

Methods

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
Overrides
RadCompositeContentView.OnApplyTemplate()

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.