RadDataPagerCommands
Class
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; }
The move to first page command.
Gets the move to last page command.
C#
public static ICommand MoveToLastPage { get; }
The move to last page command.
Gets the move to next page command.
C#
public static ICommand MoveToNextPage { get; }
The move to next page command.
Gets the move to page command.
C#
public static ICommand MoveToPage { get; }
The move to page command.
Gets the move to previous page command.
C#
public static ICommand MoveToPreviousPage { get; }
The move to previous page command.