ASPxClientListEditItemFilteringEventArgs Members
Provides data for the ASPxClientComboBox.ItemFiltering and ASPxClientListBox.ItemFiltering events.Constructors
| Name | Description |
|---|---|
| constructor | Initializes a new instance of the ASPxClientListEditItemFilteringEventArgs class. |
Properties
| Name | Description |
|---|---|
| filter | Gets a string that is a filter condition for the editor’s items typed by a user. |
| isFit | Specifies whether the item should be shown in the search result. |
| item | Gets the editor item object related to the event. |
See Also