KaxComboBox Methods |
The KaxComboBox type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
ClearSelection |
Clears out the list selection and sets the Selected property of all items to false. |
![]() |
DataBind |
Binds a data source to the invoked KaxComboBox and all its child controls.
Does not bind the control if EnableAutomaticLoadOnDemand is true and the page request is not a callback.
(Overrides BaseDataBoundControlDataBind.) |
![]() ![]() |
FindItem |
Returns the first KaxComboBoxItem
that matches the conditions defined by the specified predicate.
The predicate should returns a boolean 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.
|
![]() ![]() |
LoadContentFile |
Loads combobox items from an XML content file.
|
![]() |
RenderBeginTag | (Overrides KaxDataBoundControl.RenderBeginTag(HtmlTextWriter).) |
![]() |
RenderEndTag | (Overrides KaxDataBoundControl.RenderEndTag(HtmlTextWriter).) |
![]() ![]() |
SortItems |
Sorts the items in the KaxComboBox.
|
![]() ![]() |
SortItems(IComparer) |
Sorts the items in the KaxComboBox.
|