Click or drag to resize
KaxListBoxItemCollection Class
Represents a collection of KaxListBoxItem objects in a KaxListBox control.
Inheritance Hierarchy
SystemObject
  System.Web.UIStateManagedCollection
    Kettic.AspNet.ControlsControlItemCollection
      Kettic.AspNet.ControlsKaxListBoxItemCollection

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 KaxListBoxItemCollection : ControlItemCollection, 
	IList<KaxListBoxItem>, ICollection<KaxListBoxItem>, IEnumerable<KaxListBoxItem>, 
	IEnumerable

The KaxListBoxItemCollection type exposes the following members.

Constructors
  NameDescription
Public methodKaxListBoxItemCollection
Initializes a new instance of the KaxListBoxItemCollection class.
Top
Methods
  NameDescription
Public methodAdd
Appends an item to the collection.
Public methodFindAll
Finds all items mathcing the specified criteria.
Public methodInsert
Inserts an item to the collection at the specified index.
Public methodRemove
Removes the specified item from the collection.
Public methodSort
Sort the items from KaxListBoxItemCollection.
Public methodSort(IComparer)
Sort the items from KaxListBoxItemCollection.
Top
Properties
  NameDescription
Public propertyItem
Gets or sets the KaxListBoxItem at the specified index.
Top
See Also