Enum
CommandId

Defines the known commands that are available within a RadRadialMenu control.

Definition

Namespace:Telerik.Windows.Controls.RadialMenu.Commands

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public enum CommandId

Fields

Close

A command associated with the action of closing the radial menu.

Declaration

cs-api-definition
Close = 2

Field Value

CommandId

NavigateBack

A command associated with the action of navigating back to the previous RadRadialMenuItem.

Declaration

cs-api-definition
NavigateBack = 4

Field Value

CommandId

NavigateToView

A command associated with the action of navigating to specific RadRadialMenuItem.

Declaration

cs-api-definition
NavigateToView = 3

Field Value

CommandId

Open

A command associated with the action of opening the radial menu.

Declaration

cs-api-definition
Open = 1

Field Value

CommandId

Unknown

The command is not familiar to the radial menu.

Declaration

cs-api-definition
Unknown = 0

Field Value

CommandId