Back to Devexpress

TdxCustomRatingControl Class

vcl-dxratingcontrol-e8b3f87c.md

latest2.1 KB
Original Source

TdxCustomRatingControl Class

Serves as the base class for classes that implement rating controls.

Declaration

delphi
TdxCustomRatingControl = class(
    TcxCustomEdit
)

Remarks

A rating control allows your end-users to rate something. By default, it displays five stars (also called elements) representing a five-grade mark for rating. You can provide custom element images and customize other look & feel settings, including the number of elements displayed, the control’s orientation and direction, etc.

The TdxCustomRatingControl class extends its ancestor class with the Rating property that stores the current rating value and the properties that are specific to rating controls. The TdxCustomRatingControl class implements all the functionality needed by its descendants, TdxRatingControl and TdxDBRatingControl, which primarily publish inherited properties and events.

Inheritance

Show 12 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TdxCustomRatingControl

See Also

TdxCustomRatingControl Members

dxRatingControl Unit