HasValidationError Property (RowSelector)
Gets a value indicating whether the row selector's associated row has a validation error.
public bool HasValidationError {get;}
'Declaration
Public ReadOnly Property HasValidationError As Boolean
'Usage
Dim instance As RowSelector
Dim value As Boolean
value = instance.HasValidationError
Property Value
true if the row selector's associated row has a validation error;
false otherwise. By default,
false.