DXStringFormat.HotkeyPrefix Property
In This Article
Gets or sets the type of display for hotkey prefixes that relate to text.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public DXHotkeyPrefix HotkeyPrefix { get; set; }
#Property Value
Type | Description |
---|---|
DXHotkey |
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