Skip to main content

KeyShortcut() Constructor

Creates an instance of the KeyShortcut class and sets the shortcut to the None value.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public KeyShortcut()

Remarks

This constructor creates a KeyShortcut object and sets its KeyShortcut.Key property to None.

Another constructor overload allows you to initialize the KeyShortcut.Key property with a valid shortcut.

See Also