Back to Devexpress

BrickStringFormat.HotkeyPrefix Property

corelibraries-devexpress-dot-xtraprinting-dot-brickstringformat.md

latest1.6 KB
Original Source

BrickStringFormat.HotkeyPrefix Property

Gets the HotkeyPrefix object for this BrickStringFormat object.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

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

Property Value

Type
DXHotkeyPrefix

Available values:

NameDescription
None

No hotkey prefix.

| | Show |

Display the hot-key prefix.

| | Hide |

Do not display the hotkey prefix.

|

Remarks

In a graphical user interface, the hot key is an underlined letter in a word (usually combined with another key, such as the Alt key) that you can press on the keyboard to activate the functionality that the word represents.

See Also

BrickStringFormat Class

BrickStringFormat Members

DevExpress.XtraPrinting Namespace