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

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:

C#
public enum CommandId

Fields

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

C#
Close = 2

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

C#
NavigateBack = 4

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

C#
NavigateToView = 3

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

C#
Open = 1

The command is not familiar to the radial menu.

C#
Unknown = 0