Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

#Declaration

[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum HKeyPrefix

#Members

Name Description
Default

Underline the character that is preceded by the ampersand symbol (&) when a user presses ALT.

None

Show the ampersand symbol (&).

HotkeyPrefix_None

Show

Underline the character preceded by the ampersand symbol (&).

HotkeyPrefix_Show

Hide

Do not underline the character that is preceded by the ampersand symbol (&).

HotkeyPrefix_Hide

#Related API Members

The following properties accept/return HKeyPrefix values:

#Remarks

See the TextOptions.HotkeyPrefix topic for more information.

See Also