Skip to main content
All docs
V23.2

DXStringFormat.HotkeyPrefix Property

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.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