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

Provides a standard set of book related commands.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public static class BookCommands

Inheritance: objectBookCommands

Properties

FirstPage

RoutedUICommand

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

C#
public static RoutedUICommand FirstPage { get; }

LastPage

RoutedUICommand

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

C#
public static RoutedUICommand LastPage { get; }

NextPage

RoutedUICommand

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

C#
public static RoutedUICommand NextPage { get; }

PreviousPage

RoutedUICommand

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

C#
public static RoutedUICommand PreviousPage { get; }