Skip to main content

BrickStringFormat.HotkeyPrefix Property

Gets the HotkeyPrefix object for BrickStringFormat .

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v26.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public DXHotkeyPrefix HotkeyPrefix { get; }

Property Value

Type Description
DXHotkeyPrefix

The hotkey prefix used to indicate access keys in the text.

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, an access key is an underlined letter in a word. Press the letter, usually together with a modifier key such as Alt, to activate the associated functionality.

See Also