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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxRatingItemCollection SelectedItems { get; }
Public ReadOnly Property SelectedItems As KaxRatingItemCollection
Get
public:
property KaxRatingItemCollection^ SelectedItems {
KaxRatingItemCollection^ get ();
}
member SelectedItems : KaxRatingItemCollection with get
Return Value
Type:
KaxRatingItemCollectionA KaxRatingItemCollection containing the selected items.
See Also