Command Property (C1RadialMenuItem)
In This Topic
Gets or sets the command to invoke when this button is pressed.
Syntax
'Declaration
Public Property Command As System.Windows.Input.ICommand
public System.Windows.Input.ICommand Command {get; set;}
See Also