Skip to main content
A newer version of this page is available. .

RibbonSettings.KeyTipModeShortcut Property

Specifies a keyboard shortcut, which when pressed will show tab key tips.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public string KeyTipModeShortcut { get; set; }

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.

ASPxRibbon_KeyboardSupport_Tabs

Important

The KeyTipModeShortcut property is in effect provided the RibbonSettings.KeyboardSupport property is set to true.

Online Demo

Ribbon - Keyboard Support

See Also