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

RibbonStyles.KeyTip Property

Gets the style settings defining the appearance of key tips.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonKeyTipStyle KeyTip { get; }

Property Value

Type Description
RibbonKeyTipStyle

A RibbonKeyTipStyle object that contains the style settings.

Remarks

The ASPxRibbon control provides end-users with the capability to navigate through ribbon items using the keyboard. In this case, key tips are displayed. Use the KeyTip property to specify the style settings defining the appearance of the key tips.

ASPxRibbon_KeyboardSupport

Concept

Keyboard Support

Online Demo

Ribbon - Keyboard Support

See Also