Skip to main content

RatingControl.ActualHoverValue Property

Gets a control value that corresponds to current mouse pointer position.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public double ActualHoverValue { get; }

Property Value

Type Description
Double

The value that corresponds to current mouse pointer position.

Remarks

Use the ActualHoverValue property to get the control’s value that corresponds to current mouse pointer position when an end-user moves the mouse pointer within the control bounds.

To get the selected value, use the RatingControl.ActualValue property. The RatingControl.Value value allows you to programmatically set a control value.

See Also