IsInvalidText Property
IsInvalidText
Gets a bool value indicates whether the text is invalid.
Declaration
public bool IsInvalidText { get; }
Public ReadOnly Property IsInvalidText As Boolean
Property Value
Type |
Description |
bool |
A bool value indicates whether the text is invalid or not.
|