Skip to main content

KeyShortcut.ShiftKeyName Property

Gets the name of the SHIFT key which is dependent upon the end-user’s regional settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.1.dll

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

Declaration

public static string ShiftKeyName { get; }

Property Value

Type Description
String

A string which specifies the name of the SHIFT key.

See Also