Skip to main content
A newer version of this page is available. .

BrickStringFormat.HotkeyPrefix Property

Gets the HotkeyPrefix object for this BrickStringFormat object.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

public HotkeyPrefix HotkeyPrefix { get; }

Property Value

Type Description
HotkeyPrefix

A HotkeyPrefix enumeration value which represents the hotkey prefix for this BrickStringFormat object.

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