ASPxAutoCompleteBoxBase.EnableIncrementalFiltering Property
Obsolete. Gets or sets a value that specifies whether the incremental filtering behavior is available for the editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[Obsolete("Use the IncrementalFilteringMode property instead.")]
[DefaultValue(true)]
public bool EnableIncrementalFiltering { get; set; }
<Obsolete("Use the IncrementalFilteringMode property instead.")>
<DefaultValue(True)>
Public Property EnableIncrementalFiltering As Boolean
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
Feedback