Skip to main content

ASPxClientListEditItemFilteringEventArgs.isFit Property

Specifies whether the item should be shown in the search result.

Declaration

isFit: boolean

Property Value

Type Description
boolean

true, to show the item; otherwise, false.

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