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.v24.1.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