Class LayoutControlCommands
RadLayoutControl related System.Windows.Input.RoutedUICommands.
Inheritance
System.Object
LayoutControlCommands
Namespace: Telerik.Windows.Controls.LayoutControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public static class LayoutControlCommands : Object
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
|