Skip to main content

TextOptions.SetHotKeyPrefix(HKeyPrefix) Method

Sets the TextOptions.HotkeyPrefix property without the property changed notifications.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public void SetHotKeyPrefix(
    HKeyPrefix value
)

Parameters

Name Type Description
value HKeyPrefix

A HKeyPrefix enumeration value which represents the hotkey prefix for the text.

See Also