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.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Brush HoverBackground { get; set; }

Property Value

Type Description
Brush

A Brush object which specifies the highlight color.

See Also