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

AutoCompleteBoxPropertiesBase.EnableIncrementalFiltering Property

OBSOLETE

Use the IncrementalFilteringMode property instead.

Gets or sets a value that specifies whether the incremental filtering behavior is available for the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("Use the IncrementalFilteringMode property instead.")]
[DefaultValue(false)]
public bool EnableIncrementalFiltering { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the incremental filtering behavior is available; otherwise, false.

Remarks

If the EnableIncrementalFiltering property is set to true, the combo box editor filters its items displayed within the dropdown list dynamically, based upon the first letters entered by an end-user into the editor’s input box on the client side.

Note

The EnableIncrementalFiltering property synchronizes its value with the editor’s ASPxAutoCompleteBoxBase.EnableIncrementalFiltering property.

See Also