Skip to main content
A newer version of this page is available. .

MVCxComboBoxProperties Events

Contains ComboBox specific properties.
Name Description
CustomFiltering Provides the capability to implement custom filtering logic before the server-side filtering is executed.
ItemRequestedByValue Handle this event to implement retrieval of an item by its value. Inherited from ComboBoxProperties.
ItemsRequestedByFilterCondition Enables you to implement custom selection of the requested items by the filter conditions. Inherited from ComboBoxProperties.
See Also