Class SearchType
Defines the SearchType.
Inheritance
System.Object
SearchType
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SearchType : Enum
Fields
Equal
Defines the Equal search type.
Declaration
public const SearchType Equal
Field Value
Type |
---|
SearchType |
StartsWith
Defines the StartsWith search type.
Declaration
public const SearchType StartsWith
Field Value
Type |
---|
SearchType |