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

ASPxAutoCompleteBoxBase.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(true)]
public bool EnableIncrementalFiltering { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Remarks

This property is a wrapper of the AutoCompleteBoxPropertiesBase.EnableIncrementalFiltering property.

See Also