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

Represents a command abstraction that is associated with a particular RadRadialMenu instance.

Definition

Constructors

C#
public RadialMenuCommand()

Properties

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.

C#
public CommandId Id { get; set; }