Back to Devexpress

DXStringFormat.HotkeyPrefix Property

corelibraries-devexpress-dot-drawing-dot-dxstringformat.md

latest1.2 KB
Original Source

DXStringFormat.HotkeyPrefix Property

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

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXHotkeyPrefix HotkeyPrefix { get; set; }
vb
Public Property HotkeyPrefix As DXHotkeyPrefix

Property Value

TypeDescription
DXHotkeyPrefix

An enumeration value that indicates the hotkey prefix display type.

|

Available values:

NameDescription
None

No hotkey prefix.

| | Show |

Display the hot-key prefix.

| | Hide |

Do not display the hotkey prefix.

|

See Also

DXStringFormat Class

DXStringFormat Members

DevExpress.Drawing Namespace