Skip to main content

KeyShortcut.ToString() Method

Gets the text representation of the current shortcut.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public override string ToString()

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