Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowHover { get; set; }

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