RatingControl.ActualHoverValue Property
Gets a control value that corresponds to current mouse pointer position.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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