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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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.
See Also