Version

Target Property (CommandSource)

This is the Infragistics.ICommandTarget object that command should be triggered on.
Syntax
'Declaration
 
Public Property Target As Object
public object Target {get; set;}
Remarks
If not explicitly set, the Commanding Framework will walk up the VisualTree from the SourceElement until it finds an object that implements Infragistics.ICommandTarget
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also