DiagramCommandsBase.UpdateCommands(IEnumerable<DiagramCommandBase>) Method
In This Article
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
public abstract void UpdateCommands(
IEnumerable<DiagramCommandBase> commands
)
#Parameters
Name | Type |
---|---|
commands | IEnumerable<DevExpress. |
See Also