New to Telerik UI for WPFStart a free 30-day trial

All commands that RadDataPager exposes.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public static class RadDataPagerCommands

Inheritance: objectRadDataPagerCommands

Properties

Gets the move to first page command.

C#
public static ICommand MoveToFirstPage { get; }
Property Value:

The move to first page command.

Gets the move to last page command.

C#
public static ICommand MoveToLastPage { get; }
Property Value:

The move to last page command.

Gets the move to next page command.

C#
public static ICommand MoveToNextPage { get; }
Property Value:

The move to next page command.

Gets the move to page command.

C#
public static ICommand MoveToPage { get; }
Property Value:

The move to page command.

Gets the move to previous page command.

C#
public static ICommand MoveToPreviousPage { get; }
Property Value:

The move to previous page command.