Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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