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