Version

Commanding Class Members

The following tables list the members exposed by Commanding.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)CommandPropertyAn attached property that Gets/Sets the CommandSource that should be attached to a System.Windows.FrameworkElement  
Public Fieldstatic (Shared in Visual Basic)CommandsPropertyGets a collection of CommandSource objects that should be attached to a specified System.Windows.FrameworkElement  
Public Fieldstatic (Shared in Visual Basic)CommandTargetPropertyAn attached property that Gets/Sets the CommandTarget that should be attached to a System.Windows.FrameworkElement  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetCommandGets the CommandSource attached to a specified System.Windows.FrameworkElement  
Public Methodstatic (Shared in Visual Basic)GetCommandsGets a collection of CommandSource objects that should be attached to a specified System.Windows.FrameworkElement  
Public Methodstatic (Shared in Visual Basic)GetCommandTargetGets the Infragistics.ICommandTarget that commands should be triggered off of.  
Public Methodstatic (Shared in Visual Basic)SetCommandSets the CommandSource that should be attached to the specified System.Windows.FrameworkElement  
Public Methodstatic (Shared in Visual Basic)SetCommandsSets a collection of CommandSource objects that should be attached to a specified System.Windows.FrameworkElement  
Public Methodstatic (Shared in Visual Basic)SetCommandTargetSets the Infragistics.ICommandTarget that commands should be triggered off of.  
See Also