Skip to main content

BrickStringFormat.HotkeyPrefix Property

Gets the HotkeyPrefix object for this BrickStringFormat object.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public DXHotkeyPrefix HotkeyPrefix { get; }

Property Value

Type
DXHotkeyPrefix

Available values:

Name Description
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