Property Target
Target
The view the key binding is bound to.
public View? Target { readonly get; set; }
Property Value
Remarks
This is used for application-level hotkeys where the binding is added at the application level but the target view is where the command should be invoked.
This is distinct from Source which indicates where the binding was created.