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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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