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

DiagramControl.Shortcuts Property

Provides access to shortcuts used by the DiagramDesignerControl.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.2.dll

Declaration

public DiagramShortcuts Shortcuts { get; }

Property Value

Type Description
DevExpress.Xpf.Diagram.DiagramShortcuts

A collection of KeyGesture objects that represent shortcuts used by the Diagram Designer.

See Also