AutoCompleteBoxPropertiesBase.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.2.dll
Declaration
[DefaultValue(false)]
[Obsolete("Use the IncrementalFilteringMode property instead.")]
public bool EnableIncrementalFiltering { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
If the EnableIncrementalFiltering property is set to true
, the combo box editor filters its items displayed within the dropdown list dynamically, based upon the first letters entered by an end-user into the editor’s input box on the client side.
Note
The EnableIncrementalFiltering property synchronizes its value with the editor’s ASPxAutoCompleteBoxBase.EnableIncrementalFiltering property.
See Also