RatingControl.AllowHover Property
Gets or sets whether 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 |
---|---|
Boolean | true, to highlight rating items when the end-user hovers over them; otherwise, false. |
Remarks
The highlight brush is specified by the RatingItem.HoverBackground property.
See Also