Skip to main content
Tab

RibbonStyles.KeyTip Property

Gets the style settings defining the appearance of key tips.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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