Skip to main content
All docs
V25.1
  • DXHotkeyPrefix Enum

    Lists values that indicate the display mode of the hotkey prefixes.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public enum DXHotkeyPrefix

    Members

    Name Description
    None

    No hotkey prefix.

    Show

    Display the hot-key prefix.

    Hide

    Do not display the hotkey prefix.

    Related API Members

    The following properties accept/return DXHotkeyPrefix values:

    See Also