Class FilterType
Defines the filter type.
Inheritance
System.Object
FilterType
Namespace: Syncfusion.EJ2.MultiColumnComboBox
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class FilterType : Enum
Fields
Contains
Checks whether a value contains with specified value.
Declaration
public const FilterType Contains
Field Value
Type |
---|
FilterType |
EndsWith
Checks whether a value ends with specified value.
Declaration
public const FilterType EndsWith
Field Value
Type |
---|
FilterType |
StartsWith
Checks whether a value begins with the specified value.
Declaration
public const FilterType StartsWith
Field Value
Type |
---|
FilterType |