Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Classes
Class | Description | |
---|---|---|
![]() |
AggregateCommand | AggregateCommand combines multiple commands into a single command. It's useful to execute multiple commands from a single action. |
![]() |
CommandCollection | |
![]() |
CommandReference | CommandReference provides a layer of indirection for commands. It's useful when you want to bind a command to a Command property that exists on an object that is not a DependencyObject. |
![]() |
ExpandCollapseCommand | |
![]() |
FocusCommand | |
![]() |
SetterCommand | Use this command to bind a "Property" with a "Value" on execution of this command. This is useful to bind any regular .net property from the view in order to set its value on the execution of this command. |