Skip to main content

RatingEdit.ActualMinimum Property

Returns the actual minimum rating.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double ActualMinimum { get; }

Property Value

Type Description
Double

The actual minimum rating displayed by the RatingEdit.

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