DiagramCommands(DiagramControl) Constructor
Initializes a new instance of the DiagramCommands class.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v25.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| diagram | DiagramControl | A DiagramControl that will expose the collection of commands via its DiagramControl.Commands property. |
See Also