Skip to main content

DiagramControl.Commands Property

Provides access to the set of available diagram commands.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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