KaxRatingItemCollection Class |
Inheritance Hierarchy
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public class KaxRatingItemCollection : StronglyTypedStateManagedCollection<KaxRatingItem>
Public Class KaxRatingItemCollection
Inherits StronglyTypedStateManagedCollection(Of KaxRatingItem)
public ref class KaxRatingItemCollection : public StronglyTypedStateManagedCollection<KaxRatingItem^>
type KaxRatingItemCollection =
class
inherit StronglyTypedStateManagedCollection<KaxRatingItem>
end
The KaxRatingItemCollection type exposes the following members.
Constructors Methods Remarks
The
KaxRatingItemCollection class represents a collection of
KaxRatingItem objects.
-
Use the indexer to programmatically retrieve a
single KaxRatingItem from the collection, using array notation.
-
Use the Count property to determine the total
number of rating items in the collection.
-
Use the Add method to add items in the collection.
-
Use the Remove method to remove items from the
collection.
See Also