Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public double Maximum { get; set; }

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.

RatingEdit Minimum Maximum

See Also