[]
Gets or sets the command that will be executed when the command source is invoked.
[TypeConverter(typeof(CommandConverter))] public ICommand Command { get; set; }
The ICommand that will be executed.