The following tables list the members exposed by Commanding.
Name | Description | |
---|---|---|
CommandProperty | An attached property that Gets/Sets the CommandSource that should be attached to a System.Windows.FrameworkElement | |
CommandsProperty | Gets a collection of CommandSource objects that should be attached to a specified System.Windows.FrameworkElement | |
CommandTargetProperty | An attached property that Gets/Sets the CommandTarget that should be attached to a System.Windows.FrameworkElement |
Name | Description | |
---|---|---|
GetCommand | Gets the CommandSource attached to a specified System.Windows.FrameworkElement | |
GetCommands | Gets a collection of CommandSource objects that should be attached to a specified System.Windows.FrameworkElement | |
GetCommandTarget | Gets the Infragistics.ICommandTarget that commands should be triggered off of. | |
SetCommand | Sets the CommandSource that should be attached to the specified System.Windows.FrameworkElement | |
SetCommands | Sets a collection of CommandSource objects that should be attached to a specified System.Windows.FrameworkElement | |
SetCommandTarget | Sets the Infragistics.ICommandTarget that commands should be triggered off of. |