Back to Devexpress

RepositoryItemRatingControl.FirstItemValue Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemratingcontrol-559f9bcf.md

latest1.9 KB
Original Source

RepositoryItemRatingControl.FirstItemValue Property

Gets or sets the value assigned to the first RatingControl item.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Decimal

A Decimal value assigned to the first RatingControl item.

|

Remarks

The FirstItemValue property allows you set the value of the first rating item ( 1 by default). The second item will have the value of the first item plus the RepositoryItemRatingControl.ValueInterval property value. The total amount of rating items depends on the RepositoryItemRatingControl.ItemCount property.

See Also

RepositoryItemRatingControl Class

RepositoryItemRatingControl Members

DevExpress.XtraEditors.Repository Namespace