Class BookCommands
Provides a standard set of book related commands.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public static class BookCommands : Object
Properties
FirstPage
Represents the command that navigates to the first page of a paginated control.
Declaration
public static RoutedUICommand FirstPage { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
LastPage
Represents a command that navigates to the last page in a paged control.
Declaration
public static RoutedUICommand LastPage { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
NextPage
Advances the view to the next page in the book control.
Declaration
public static RoutedUICommand NextPage { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
PreviousPage
Executes the command to navigate to the previous page in a document or content viewer.
Declaration
public static RoutedUICommand PreviousPage { get; }
Property Value
System.Windows.Input.RoutedUICommand
|