Xceed DataGrid for WPF v7.2 Documentation
HasValidationError Property (RowSelector)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > RowSelector Class : HasValidationError Property
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

Reference

RowSelector Class
RowSelector Members