RibbonStyles.KeyTip Property
In This Article
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 |
---|---|
Ribbon |
A Ribbon |
#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.
#Concept
#Online Demo
See Also