DiagramControl.Commands Property
Provides access to the set of available diagram commands.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraDiagram.Commands.DiagramCommands | A DevExpress.XtraDiagram.Commands.DiagramCommands object that provides a set of diagram commands. |
Remarks
See the example below.
diagramControl.Commands.ExportDiagram_PNG.Execute();
See Also