ASPxAutoCompleteBoxBase.EnableIncrementalFiltering Property
In This Article
OBSOLETE
Use the Incremental
Gets or sets a value that specifies whether the incremental filtering behavior is available for the editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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 |
|
#Remarks
This property is a wrapper of the AutoCompleteBoxPropertiesBase.EnableIncrementalFiltering property.
See Also