Skip to main content
A newer version of this page is available. .
All docs
V22.2

DXStringFormat.HotkeyPrefix Property

Gets or sets the type of display for hotkey prefixes that relate to text.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v22.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public DXHotkeyPrefix HotkeyPrefix { get; set; }

Property Value

Type Description
DXHotkeyPrefix

An enumeration value that indicates the hotkey prefix display type.

Available values:

Name Description
None

No hotkey prefix.

Show

Display the hot-key prefix.

Hide

Do not display the hotkey prefix.

See Also