Back to Devexpress

RatingEdit.Minimum Property

wpf-devexpress-dot-xpf-dot-editors-dot-ratingedit-93dc7e79.md

latest1.1 KB
Original Source

RatingEdit.Minimum Property

Specifies the minimum rating displayed by the RatingEdit. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double Minimum { get; set; }
vb
Public Property Minimum As Double

Property Value

TypeDescription
Double

The minimum rating displayed by the RatingEdit.

|

See Also

Maximum

RatingEdit Class

RatingEdit Members

DevExpress.Xpf.Editors Namespace