KeyShortcut.ToString() Method
Gets the text representation of the current shortcut.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Returns
Type | Description |
---|---|
String | The text representation of the current shortcut. |
Remarks
The property is overridden for design-time purposes. Usually you do not need to use it from your code.
See Also