Back to Devexpress

DataGridFilteringMode Enum

blazor-devexpress-dot-blazor-8277b0d4.md

latest737 B
Original Source

DataGridFilteringMode Enum

Lists values that specify the filtering mode.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public enum DataGridFilteringMode

Members

NameDescription
None

The filter is not applied to list items.

| | StartsWith |

Filters the component for list items that begin with the search string.

| | Contains |

Filters the component for list items that contain the search string and highlights matches.

|

See Also

DevExpress.Blazor Namespace