Class
RadDataPagerCommands

All commands that RadDataPager exposes.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public static class RadDataPagerCommands

Inheritance: objectRadDataPagerCommands

Properties

MoveToFirstPage

Gets the move to first page command.

Declaration

cs-api-definition
public static ICommand MoveToFirstPage { get; }

Property Value

ICommand

The move to first page command.

MoveToLastPage

Gets the move to last page command.

Declaration

cs-api-definition
public static ICommand MoveToLastPage { get; }

Property Value

ICommand

The move to last page command.

MoveToNextPage

Gets the move to next page command.

Declaration

cs-api-definition
public static ICommand MoveToNextPage { get; }

Property Value

ICommand

The move to next page command.

MoveToPage

Gets the move to page command.

Declaration

cs-api-definition
public static ICommand MoveToPage { get; }

Property Value

ICommand

The move to page command.

MoveToPreviousPage

Gets the move to previous page command.

Declaration

cs-api-definition
public static ICommand MoveToPreviousPage { get; }

Property Value

ICommand

The move to previous page command.