Skip to main content

IncrementalFilteringMode Enum

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

public enum IncrementalFilteringMode

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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also