Back to Devexpress

DiagramControl.Commands Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-7a55d615.md

latest1.3 KB
Original Source

DiagramControl.Commands Property

Provides access to the set of available diagram commands.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public DiagramCommands Commands { get; }
vb
<Browsable(False)>
Public ReadOnly Property Commands As DiagramCommands

Property Value

TypeDescription
DevExpress.XtraDiagram.Commands.DiagramCommands

A DevExpress.XtraDiagram.Commands.DiagramCommands object that provides a set of diagram commands.

|

Remarks

See the example below.

csharp
diagramControl.Commands.ExportDiagram_PNG.Execute();

See Also

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace