| KaxComboBoxItemsRequestedEventArgs Class |
Namespace: Kettic.AspNet.Controls
The KaxComboBoxItemsRequestedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxComboBoxItemsRequestedEventArgs |
| Name | Description | |
|---|---|---|
| Context | ||
| EndOfItems |
EndOfItems is boolean property indicating that no more items should be requested.
Once set, the serverside ItemsRequested event is no longer fired.
| |
| Message |
Message is the message that appears in the ShowMoreResults box.
This is only used when the ShowMoreResultsBox property is True.
| |
| NumberOfItems |
NumberOfItems is the number of items that have been added by all previous calls to the
ItemsRequested event handler when the ShowMoreResultsBox property is True.
| |
| Text |
Text is the text in the input area of the combobox.
This value can be used to filter the items that are added.
| |
| Value |
Value is the value of the currently selected item.
|