Skip to main content
Tab

ASPxRibbon.KeyTipModeShortcut Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("F10")]
public string KeyTipModeShortcut { get; set; }

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.

ASPxRibbon_KeyboardSupport_Tabs

Important

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

Concept

Keyboard Support

Online Demo

Ribbon - Keyboard Support

See Also