KeyShortcut() Constructor
Creates an instance of the KeyShortcut class and sets the shortcut to the None value.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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