Class FilterType
Determines on which filter type, the component needs to be considered on search action.
Inheritance
System.Object
FilterType
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FilterType : Enum
Fields
Contains
Filter items where the search term is found anywhere within the item's value.
Declaration
public const FilterType Contains
Field Value
Type |
---|
FilterType |
EndsWith
Filter items where the item's value ends with the search term.
Declaration
public const FilterType EndsWith
Field Value
Type |
---|
FilterType |
StartsWith
Filter items where the item's value starts with the search term.
Declaration
public const FilterType StartsWith
Field Value
Type |
---|
FilterType |