Class RoutedUICommand
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RoutedUICommand : RoutedCommand, ICommand
Constructors
RoutedUICommand()
Declaration
protected RoutedUICommand()
RoutedUICommand(String, String, Type)
Declaration
public RoutedUICommand(string text, string name, Type ownerType)
Parameters
System.
|
System.
|
System.
|
RoutedUICommand(String, String, Type, InputGestureCollection)
Declaration
public RoutedUICommand(string text, string name, Type ownerType, InputGestureCollection inputGestures)
Parameters
System.
|
System.
|
System.
|
Input
|
Properties
Text
Declaration
public string Text { get; set; }
Property Value
System.
|