Class
BookCommands

Provides a standard set of book related commands.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public static class BookCommands

Inheritance: objectBookCommands

Properties

FirstPage

Represents the command that navigates to the first page of a paginated control.

Declaration

cs-api-definition
public static RoutedUICommand FirstPage { get; }

Property Value

RoutedUICommand

LastPage

Represents a command that navigates to the last page in a paged control.

Declaration

cs-api-definition
public static RoutedUICommand LastPage { get; }

Property Value

RoutedUICommand

NextPage

Advances the view to the next page in the book control.

Declaration

cs-api-definition
public static RoutedUICommand NextPage { get; }

Property Value

RoutedUICommand

PreviousPage

Executes the command to navigate to the previous page in a document or content viewer.

Declaration

cs-api-definition
public static RoutedUICommand PreviousPage { get; }

Property Value

RoutedUICommand