Click or drag to resize

CommandSourceCommand Property

Gets the command represented by this CommandSourceFactory. This can be bound to a menu's or button's Command property.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public ICommand? Command { get; }

Property Value

Type: ICommand
See Also