KaxRatingSelectedItem Property |
Gets a
KaxRatingItem object that represents the selected item in the KaxRating control
in case
Items collection of the control is not empty.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxRatingItem SelectedItem { get; }
Public ReadOnly Property SelectedItem As KaxRatingItem
Get
public:
property KaxRatingItem^ SelectedItem {
KaxRatingItem^ get ();
}
member SelectedItem : KaxRatingItem with get
Return Value
Type:
KaxRatingItem
A
KaxRatingItem object that represents the selected item. If there are no items in the
Items collection of the KaxRating control, returns null.
See Also