Skip to main content

DiagramControl.Shortcuts Property

Provides access to shortcuts used by the DiagramDesignerControl.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

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