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

RatingItem.HoverVisualValue Property

Gets the brush that fills the item corresponding to its current RatingItem.HoverValue. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public Brush HoverVisualValue { get; }

Property Value

Type Description
Brush

A Brush object that is a brush used to fill the item corresponding to its current hover value.

See Also