RibbonSettings.KeyTipModeShortcut Property
In This Article
Specifies a keyboard shortcut, which when pressed will show tab key tips.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
String | The String value specifying the keyboard combination. |
#Remarks
The Ribbon extension 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 Key
#Online Demo
See Also