Class LayoutControlCommands
RadLayoutControl related System.Windows.Input.RoutedUICommands.
Inheritance
System.Object
LayoutControlCommands
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.LayoutControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public static class LayoutControlCommands
Properties
DeleteSelectedItem
Gets the DeleteSelectedItem command.
Declaration
public static RoutedUICommand DeleteSelectedItem { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
SelectParentItem
Gets the SelectParentItem command.
Declaration
public static RoutedUICommand SelectParentItem { get; }
Property Value
System.Windows.Input.RoutedUICommand
|