Click or drag to resize
KaxRatingItems Property
Gets a KaxRatingItemCollection object that contains the items of the current KaxRating control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public KaxRatingItemCollection Items { get; }

Property Value

Type: KaxRatingItemCollection
A KaxRatingItemCollection that contains the items of the current KaxRating control. By default the collection is empty (KaxRating creates its items, based on the value of its ItemCount property).
Remarks
Use the Items property to access the child items of KaxRating. You can add, remove or modify items from the Items collection.
See Also