ASPxClientListEditItemFilteringEventArgs Class
In This Article
Provides data for the ASPxClientComboBox.ItemFiltering and ASPxClientListBox.ItemFiltering events.
#Declaration
TypeScript
declare class ASPxClientListEditItemFilteringEventArgs extends ASPxClientEventArgs
#Remarks
Objects of the ASPxClientListEditItemFilteringEventArgs type are used as arguments for the ASPxClientComboBox.ItemFiltering and ASPxClientListBox.ItemFiltering events generated on the client side.
ASPxClientListEditItemFilteringEventArgs objects with proper settings are automatically created and passed to the corresponding event handler.
#Inheritance
ASPxClientEventArgs
ASPxClientListEditItemFilteringEventArgs
See Also