Class RadDataPagerCommands
All commands that RadDataPager exposes.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public static class RadDataPagerCommands
Properties
MoveToFirstPage
Gets the move to first page command.
Declaration
public static ICommand MoveToFirstPage { get; }
Property Value
System.Windows.Input.ICommand
The move to first page command. |
MoveToLastPage
Gets the move to last page command.
Declaration
public static ICommand MoveToLastPage { get; }
Property Value
System.Windows.Input.ICommand
The move to last page command. |
MoveToNextPage
Gets the move to next page command.
Declaration
public static ICommand MoveToNextPage { get; }
Property Value
System.Windows.Input.ICommand
The move to next page command. |
MoveToPage
Gets the move to page command.
Declaration
public static ICommand MoveToPage { get; }
Property Value
System.Windows.Input.ICommand
The move to page command. |
MoveToPreviousPage
Gets the move to previous page command.
Declaration
public static ICommand MoveToPreviousPage { get; }
Property Value
System.Windows.Input.ICommand
The move to previous page command. |