IncrementalFilteringMode Enum
In This Article
Specifies whether the editor is filtered for list items that contain or start with the typed search string.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Contains | The editor is filtered for list items that contain the typed search string. |
Starts |
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. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also