Click or drag to resize
KaxRatingSelectedItems Property
Gets a KaxRatingItemCollection object that contains the selected items in the KaxRating control. The collection is empty in case there are no items in the Items collection of the control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxRatingItemCollection SelectedItems { get; }

Return Value

Type: KaxRatingItemCollection
A KaxRatingItemCollection containing the selected items.
See Also