[]
Gets or sets the matching mode for the automatic complete feature.
public AutoCompleteMatchingMode MatchingMode { get; set; }
Public Property MatchingMode As AutoCompleteMatchingMode
Type | Description |
---|---|
AutoCompleteMatchingMode | One of the AutoCompleteMatchingMode values that indicates how to match the string in the automatic complete feature. |
Type | Condition |
---|---|
InvalidEnumArgumentException | value is not defined. |