TcxEditRepositoryRatingControl.Properties Property
Provides access to stored rating control settings.
Declaration
property Properties: TdxRatingControlProperties read; write;
Property Value
Type | Description |
---|---|
TdxRatingControlProperties | Stores rating control settings. |
Remarks
Use the Properties
.ItemCount property to change the number of rating control elements. Properties
.CheckedGlyph, Properties
.Glyph, and Properties
.HoverGlyph properties allow you to display custom glyphs as rating control elements in all supported states.
Refer to the TdxRatingControlProperties class description for detailed information on all available options.
See Also