RatingEditSettings.Maximum Property
Specifies the maximum 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 maximum rating accepted by the rating editor. |
Remarks
You can define a custom rating scale using the RatingEditSettings.Minimum and Maximum properties along with the RatingEditSettings.ItemsCount property.
See Also