Skip to main content

RatingControl.Value Property

Gets or sets the current value of the RatingControl. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: 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 RatingControl.

See Also