Back to Devexpress

RatingControl.Rating Property

windowsforms-devexpress-dot-xtraeditors-dot-ratingcontrol-b4da9ffa.md

latest1.3 KB
Original Source

RatingControl.Rating Property

Gets or sets the current RatingControl rating.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public decimal Rating { get; set; }
vb
<DXCategory("Behavior")>
Public Property Rating As Decimal

Property Value

TypeDescription
Decimal

A Decimal value that is the current RatingControl rating.

|

Remarks

The Rating property is equal to the BaseEdit.EditValue property.

See Also

RatingControl Class

RatingControl Members

DevExpress.XtraEditors Namespace