StateAppearances.Hovered Property
In This Article
Specifies appearance settings used to paint an object when it’s hovered.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual AppearanceObject Hovered { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
See Also