RibbonSettings.KeyTipModeShortcut Property
Specifies a keyboard shortcut, which when pressed will show tab key tips.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.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 KeyTipModeShortcut property is in effect provided the RibbonSettings.KeyboardSupport property is set to true.
Online Demo
See Also