TextOptions.SetHotKeyPrefix(HKeyPrefix) Method
Sets the TextOptions.HotkeyPrefix property without the property changed notifications.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.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