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