Skip to main content
A newer version of this page is available. .
Bar

StateAppearances.Hovered Property

Specifies appearance settings used to paint an object when it’s hovered.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual AppearanceObject Hovered { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object containing appearance settings used to paint an object when it’s hovered.

See Also