TdxDBRatingControl.ActiveProperties Property
Obtains the properties that are currently applied to the data-aware rating control.
Declaration
property ActiveProperties: TdxRatingControlProperties read;
Property Value
Type |
---|
TdxRatingControlProperties |
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