Class RadialMenuCommand
Represents a command abstraction that is associated with a particular RadRadialMenu instance.
Inheritance
System.Object
RadialMenuCommand
Inherited Members
Namespace: Telerik.Windows.Controls.RadialMenu.Commands
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadialMenuCommand : ControlCommandBase<RadRadialMenu>, ICommand
Constructors
RadialMenuCommand()
Declaration
public RadialMenuCommand()
Properties
Id
Gets or sets the Id value for this instance. This value is used to associate a command with a known event within a RadRadialMenu instance.
Declaration
public CommandId Id { get; set; }
Property Value
CommandId
|