A newer version of this page is available.
Switch to the current version.
IncrementalFilteringMode Enum
Specifies whether the editor is filtered for list items that contain or start with the typed search string.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
Members
Name | Description |
---|---|
Contains | The editor is filtered for list items that contain the typed search string. |
StartsWith | The editor is filtered for list items that begin with the typed search string. |
None | Filtering is not applied to the editor's list items. |
Related API Members
The following properties accept/return IncrementalFilteringMode values:
Remarks
Values listed by this enumerator are used to set the ASPxAutoCompleteBoxBase.IncrementalFilteringMode property's value.
See Also
Feedback