RatingEdit.ActualMinimum Property
In This Article
Returns the actual minimum rating.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Double | The actual minimum rating displayed by the Rating |
#Remarks
If the RatingEdit.Minimum property evaluates to a value that is either not a number, or negative or positive infinity, the ActualMinimum property returns 0.
See Also