Skip to main content

RatingEditSettings.Minimum Property

Specifies the minimum rating accepted by the rating editor. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public double Minimum { get; set; }

Property Value

Type Description
Double

The minimum rating accepted by the rating editor.

Remarks

You can define a custom rating scale using the Minimum and RatingEdit.Maximum properties, along with the RatingEditSettings.ItemsCount property.

RatingEdit Minimum Maximum

See Also