ComboBoxProperties Events
Contains settings specific to a combobox editor.| Name | Description |
|---|---|
| CustomFiltering | Fires before the server-side filtering is executed. Inherited from AutoCompleteBoxPropertiesBase. |
| ItemRequestedByValue | Handle this event to implement retrieval of an item by its value. |
| ItemsRequestedByFilterCondition | Enables you to implement custom selection of the requested items by the filter conditions. |
See Also