RibbonAppearances.ItemHovered Property
In This Article
Gets appearance settings used to paint RibbonControl commands when they are hovered.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual AppearanceObject ItemHovered { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Only the Font and ForeColor properties are in effect. Other appearance settings are ignored.
See Look and Feel to learn more.
See Also