Click or drag to resize
KaxRatingItemCollection Class
A collection of KaxRatingItem objects in a KaxRating control.
Inheritance Hierarchy
SystemObject
  System.Web.UIStateManagedCollection
    Kettic.AspNetStronglyTypedStateManagedCollectionKaxRatingItem
      Kettic.AspNet.ControlsKaxRatingItemCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxRatingItemCollection : StronglyTypedStateManagedCollection<KaxRatingItem>

The KaxRatingItemCollection type exposes the following members.

Constructors
  NameDescription
Public methodKaxRatingItemCollection
Initializes a new instance of the KaxRatingItemCollection class.
Top
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