ASPxClientListEditItemFilteringEventArgs.isFit Property
In This Article
Specifies whether the item should be shown in the search result.
#Declaration
TypeScript
isFit: boolean
#Property Value
Type | Description |
---|---|
boolean |
|
#Remarks
By default, the isFit property value is based on the item text and the editor’s ASPxAutoCompleteBoxBase.IncrementalFilteringMode property value (for ASPxComboBox).
See Also