Back to Devexpress

TdxCustomRatingControl.ActiveProperties Property

vcl-dxratingcontrol-dot-tdxcustomratingcontrol-0f456882.md

latest981 B
Original Source

TdxCustomRatingControl.ActiveProperties Property

Obtains the properties that are currently applied to the rating control.

Declaration

delphi
property ActiveProperties: TdxCustomRatingControlProperties read;

Property Value

Type
TdxCustomRatingControlProperties

Remarks

This property is especially useful when the rating control has a repository item assigned to it via the RepositoryItem property. In this case, the ActiveProperties property returns the repository item’s properties that are active while this item is assigned to the rating control. Otherwise, the inherent rating control properties are returned.

See Also

TdxCustomRatingControl Class

TdxCustomRatingControl Members

dxRatingControl Unit