Class BookCommands
Provides a standard set of book related commands.
Inheritance
System.Object
BookCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public static class BookCommands
Properties
FirstPage
Declaration
public static RoutedUICommand FirstPage { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
LastPage
Declaration
public static RoutedUICommand LastPage { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
NextPage
Declaration
public static RoutedUICommand NextPage { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
PreviousPage
Declaration
public static RoutedUICommand PreviousPage { get; }
Property Value
System.Windows.Input.RoutedUICommand
|