HKeyPrefix Enum
Provides values that specify whether or not to underline characters that are preceded with an ampersand symbol (&) in certain controls.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Members
| Name | Description |
|---|---|
Default
|
Underline the character that is preceded by the ampersand symbol (&) when a user presses ALT. |
None
|
Show the ampersand symbol (&).
|
Show
|
Underline the character preceded by the ampersand symbol (&).
|
Hide
|
Do not underline the character that is preceded by the ampersand symbol (&).
|
Related API Members
The following properties accept/return HKeyPrefix values:
Remarks
See the TextOptions.HotkeyPrefix topic for more information.
See Also


