[]
Gets or sets the ICommand whose Execute(object) method will be called when the control gets invoked.
[C1Category("Behavior")]
[C1Description("C1Command.Command", "The ICommand whose Execute method will be called when the Click event gets invoked.")]
public ICommand Command { get; set; }
<C1Category("Behavior")>
<C1Description("C1Command.Command", "The ICommand whose Execute method will be called when the Click event gets invoked.")>
Public Property Command As ICommand