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

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

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

Declaration

public double Value { get; set; }

Property Value

Type Description
Double

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

See Also