| KaxComboBoxItemCollection Class |
Namespace: Kettic.AspNet.Controls
The KaxComboBoxItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxComboBoxItemCollection |
Initializes a new instance of the KaxComboBoxItemCollection class.
|
| Name | Description | |
|---|---|---|
| Add |
Appends the specified KaxComboBoxItem object to the end of the current KaxComboBoxItemCollection.
| |
| AddRange | Appends the specified array of KaxComboBoxItem objects to the end of the
current KaxComboBoxItemCollection.
| |
| Contains |
Determines whether the specified KaxComboBoxItem object is in the current
KaxComboBoxItemCollection.
| |
| FindItem |
Returns the first KaxComboBoxItem
that matches the conditions defined by the specified predicate.
The predicate should returns a boolean value.
| |
| FindItemByAttribute |
Searches the items in the collection for a KaxComboBoxItem which contains the specified attribute and attribute value.
| |
| FindItemByText(String) |
Finds the first KaxComboBoxItem with Text that
matches the given text value.
| |
| FindItemByText(String, Boolean) |
Finds the first KaxComboBoxItem with Text that
matches the given text value.
| |
| FindItemByValue(String) |
Finds the first KaxComboBoxItem with Value that
matches the given value.
| |
| FindItemByValue(String, Boolean) |
Finds the first KaxComboBoxItem with Value that
matches the given value.
| |
| FindItemIndexByText(String) |
Returns the index of the first KaxComboBoxItem with
Text that matches the given text value.
| |
| FindItemIndexByText(String, Boolean) |
Returns the index of the first KaxComboBoxItem with
Text that matches the given text value.
| |
| FindItemIndexByValue(String) |
Returns the index of the first KaxComboBoxItem with
Value that matches the given value.
| |
| FindItemIndexByValue(String, Boolean) |
Returns the index of the first KaxComboBoxItem with
Value that matches the given value.
| |
| IndexOf |
Determines the index of the specified KaxComboBoxItem object in the collection.
| |
| Insert |
Inserts the specified KaxComboBoxItem object in the current
KaxComboBoxItemCollection at the specified index location.
| |
| Remove(Int32) |
Removes the specified KaxComboBoxItem object from the current
KaxComboBoxItemCollection.
| |
| Remove(KaxComboBoxItem) |
Removes the specified KaxComboBoxItem object from the current
KaxComboBoxItemCollection.
| |
| Sort |
Sort the items from KaxComboBoxItemCollection.
| |
| Sort(IComparer) |
Sort the items from KaxComboBoxItemCollection.
|
| Name | Description | |
|---|---|---|
| Item |
Gets the KaxComboBoxItem object at the specified index in
the current KaxComboBoxItemCollection.
|