MismatchValueErrorText Property (InputComboBox)
In This Topic
Gets or sets the error message that appears if the typed text doesn't match any row in the lookup table.
Syntax
'Declaration
Public Property MismatchValueErrorText As String
public string MismatchValueErrorText {get; set;}
See Also