Click or drag to resize
ColorPickerItemCollection Class
A collection of ColorPickerItem objects in a KaxColorPicker control.
Inheritance Hierarchy
SystemObject
  System.Web.UIStateManagedCollection
    Kettic.AspNetStronglyTypedStateManagedCollectionColorPickerItem
      Kettic.AspNet.ControlsColorPickerItemCollection

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 ColorPickerItemCollection : StronglyTypedStateManagedCollection<ColorPickerItem>

The ColorPickerItemCollection type exposes the following members.

Constructors
  NameDescription
Public methodColorPickerItemCollection
Top
Methods
  NameDescription
Public methodAddRange
Top
Remarks

The ColorPickerItemCollection class represents a collection of ColorPickerItem objects. The ColorPickerItem objects in turn represent Colors items within a KaxColorPicker control.

  • Use the indexer to programmatically retrieve a single ColorPickerItem from the collection, using array notation.
  • Use the Count property to determine the total number of 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