ASPxRibbon.KeyTipModeShortcut Property
Specifies a keyboard shortcut, which when pressed will show tab key tips.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | "F10" | The String value specifying the keyboard combination. |
Remarks
The ASPxRibbon control provides end-users with the capability to navigate through ribbon items using the keyboard.
Use the KeyTipModeShortcut property to specify the keyboard shortcut, which when pressed will show tab key tips.
Important
The KeyTipModeShortcut property is in effect provided the ASPxRibbon.KeyboardSupport property is set to true
.
Concept
Online Demo
See Also