Back to Devexpress

RatingEdit.Maximum Property

wpf-devexpress-dot-xpf-dot-editors-dot-ratingedit-9ee0048d.md

latest1.1 KB
Original Source

RatingEdit.Maximum Property

Specifies the maximum 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 Maximum { get; set; }
vb
Public Property Maximum As Double

Property Value

TypeDescription
Double

The maximum rating displayed by the RatingEdit.

|

See Also

Minimum

RatingEdit Class

RatingEdit Members

DevExpress.Xpf.Editors Namespace