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
Defines the Contains filter type.
Declaration
public const FilterType Contains
Field Value
Type | Description |
---|---|
FilterType |
EndsWith
Defines the EndsWith filter type.
Declaration
public const FilterType EndsWith
Field Value
Type | Description |
---|---|
FilterType |
StartsWith
Defines the StartsWith filter type.
Declaration
public const FilterType StartsWith
Field Value
Type | Description |
---|---|
FilterType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |