| KaxListBoxItemCollection Class |
Namespace: Kettic.AspNet.Controls
The KaxListBoxItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxListBoxItemCollection |
Initializes a new instance of the KaxListBoxItemCollection class.
|
| Name | Description | |
|---|---|---|
| Add |
Appends an item to the collection.
| |
| FindAll |
Finds all items mathcing the specified criteria.
| |
| Insert |
Inserts an item to the collection at the specified index.
| |
| Remove |
Removes the specified item from the collection.
| |
| Sort |
Sort the items from KaxListBoxItemCollection.
| |
| Sort(IComparer) |
Sort the items from KaxListBoxItemCollection.
|
| Name | Description | |
|---|---|---|
| Item |
Gets or sets the KaxListBoxItem at the specified index.
|