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.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The highlight brush is specified by the RatingItem.HoverBackground property.
See Also