TdxCustomRatingControlProperties.ItemCount Property
In This Article
Specifies the number of elements (stars) displayed by the rating control.
#Declaration
Delphi
property ItemCount: Integer read; write; default dxRatingControlDefaultItemCount;
#Property Value
Type | Default |
---|---|
Integer | dx |
#Remarks
This property specifies the upper bound for the control’s rating value.
See Also