Specifies the minimum rating displayed by the RatingEdit. This is a dependency property.
Namespace:DevExpress.Xpf.Editors
Assembly:DevExpress.Xpf.Core.v18.1.dll

Syntax
C# |
public Double Minimum { get; set; }
|
VB |
Public Property Minimum As Double
|
Property value
Type: Double
The minimum rating displayed by the RatingEdit.

See Also