'Declaration
Public Enum AutoCompleteMode Inherits System.Enum
public enum AutoCompleteMode : System.Enum
'Declaration
Public Enum AutoCompleteMode Inherits System.Enum
public enum AutoCompleteMode : System.Enum
Member | Description |
---|---|
Contains | Filtering items of autocomplete when contains the input string. |
EndsWith | Filtering items of autocomplete when ends with the input string |
MatchCase | Filtering items of autocomplete when contains the input string that match case. |
MatchWholeWord | Filtering items of autocomplete when contains the input string that match whole word. |
StartsWith | Filtering items of autocomplete when starts with the input string |
System.Object
System.ValueType
System.Enum
C1.Blazor.Input.AutoCompleteMode