Class CommandId
Defines the known commands that are available within a RadRadialMenu control.
Inheritance
System.Object
CommandId
Namespace: Telerik.Windows.Controls.RadialMenu.Commands
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class CommandId : Enum
Fields
Close
A command associated with the action of closing the radial menu.
Declaration
public const CommandId Close
Field Value
CommandId
|
NavigateBack
NavigateToView
Open
A command associated with the action of opening the radial menu.
Declaration
public const CommandId Open
Field Value
CommandId
|
Unknown
The command is not familiar to the radial menu.
Declaration
public const CommandId Unknown
Field Value
CommandId
|
value__
Declaration
public int value__
Field Value
System.Int32
|