Skip to main content

BrickStringFormat.HotkeyPrefix Property

Gets the HotkeyPrefix object for this BrickStringFormat object.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

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