Class TileViewCommands
Holds commands that can be used by a RadTileView.
Inheritance
System.Object
TileViewCommands
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.TileView
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public static class TileViewCommands
Properties
ToggleTileState
Gets value that represents the maximize window command.
Declaration
public static RoutedUICommand ToggleTileState { get; }
Property Value
System.Windows.Input.RoutedUICommand
The maximize command. |