Back to Devexpress

RatingEdit.Value Property

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

latest1.1 KB
Original Source

RatingEdit.Value Property

Gets or sets the current value of 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 Value { get; set; }
vb
Public Property Value As Double

Property Value

TypeDescription
Double

A System.Double object that is the current value of the RatingEdit.

|

See Also

RatingEdit Class

RatingEdit Members

DevExpress.Xpf.Editors Namespace