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

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

Declaration

public Brush HoverBackground { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Media.Brush

A Windows.UI.Xaml.Media.Brush object which specifies the highlight color.

See Also