RibbonStyles.KeyTip Property
Gets the style settings defining the appearance of key tips.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
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.
Concept
Online Demo
See Also