Gets or sets the command to invoke when this button is pressed.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public ICommand Command { get; set; }
Visual Basic
Public Property Command As ICommand
	Get
	Set

See Also