New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.Diagram.Input

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public class RoutedUICommand : RoutedCommand, ICommand

Inheritance: objectRoutedCommandRoutedUICommand

Implements: ICommand

Inherited Members RoutedCommand.CanExecute(object)RoutedCommand.Execute(object)RoutedCommand.CanExecuteChanged

Constructors

RoutedUICommand

C#
public RoutedUICommand()

RoutedUICommand

C#
public RoutedUICommand(string text, string name, Type ownerType)
Parameters:textstring

text

namestring

name

ownerTypeType

ownerType

Properties

Name

C#
public string Name { get; set; }

Text

C#
public string Text { get; set; }