Skip to main content

RatingEdit.ActualMaximum Property

Returns the actual maximum rating.

Namespace: DevExpress.UI.Xaml.Editors

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double ActualMaximum { get; }

Property Value

Type Description
Double

The actual maximum rating displayed by the RatingEdit.

Remarks

If the RatingEdit.Maximum property evaluates to a value that is either not a number, or negative or positive infinity, the ActualMaximum property returns the sum of RatingEdit.ActualMinimum and RatingEdit.ItemsCount property values.

See Also