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

RatingItem.HoverBackground Property

Gets or sets the brush that is used to highlight items that are about to be selected when the end-users hovers over them. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public Brush HoverBackground { get; set; }

Property Value

Type Description
Brush

A Brush object which specifies the highlight color.

Remarks

The items are highlighted on hover if the RatingControl.AllowHover property is set to true.

See Also