CommandService
Class
Encapsulates the command-related routine within a RadRadialMenu instance.
Definition
Namespace:Telerik.Windows.Controls.RadialMenu
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class CommandService : CommandServiceBase<RadRadialMenu>
Inheritance: objectAttachableObject<RadRadialMenu>ServiceBase<RadRadialMenu>CommandServiceBase<RadRadialMenu>CommandService
Inherited Members
Methods
Determines whether the default command, associated with the specified Id can be executed given the parameter provided.
Attempts to find the command, associated with the specified Id and to perform its Execute routine, using the provided parameter.
Executes the default (built-in) command (without looking for user-defined commands), associated with the specified Id.