Skip to main content
A newer version of this page is available. .

KeyShortcut.ToString() Method

Gets the text representation of the current shortcut.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

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