Skip to main content

RepositoryItemRatingControl.FirstItemValue Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Behavior")]
public decimal FirstItemValue { get; set; }

Property Value

Type Description
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