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