RatingControl.Rating Property
In This Article
Gets or sets the current RatingControl rating.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Decimal | A Decimal value that is the current Rating |
#Remarks
The Rating property is equal to the BaseEdit.EditValue property.
See Also