Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
[Obsolete("Use the IncrementalFilteringMode property instead.")]
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