Skip to main content
A newer version of this page is available. .

DiagramControl.Commands Property

Provides access to the set of available diagram commands.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[Browsable(false)]
public DiagramCommands Commands { get; }

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