DiagramCommands.UpdateCommands(IEnumerable<DiagramCommandBase>) Method
Gets the command that updates the state of all DiagramCommands members.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| commands | IEnumerable<DevExpress.Diagram.Core.DiagramCommandBase> | An object implementing the System.Windows.Input.ICommand interface. |
See Also