Namespace: Kettic.AspNet.ControlsAssembly: 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; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property Items As KaxRatingItemCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property KaxRatingItemCollection^ Items {
KaxRatingItemCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member Items : KaxRatingItemCollection with 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