Symphony Framework
HostDataContext Property
Symphony.Conductor.Commands Namespace > GenericCommand Class : HostDataContext Property
Provide the ability to bind the host data context to the command.
Syntax
public object HostDataContext {get; set;}
Remarks
It is often useful to have direct access to the data bound data context of a command. This property can be used in the XAML to bind the current data context.
Requirements

Target Platforms: Windows 7, 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

Reference

GenericCommand Class
GenericCommand Members