Xceed DataGrid for Silverlight Documentation
HasValidationErrors Property (EditableRow)


Gets a value indicating whether the content of one of the cells in the row failed the validation process.
Syntax
'Declaration
 
Public ReadOnly Property HasValidationErrors As Boolean
'Usage
 
Dim instance As EditableRow
Dim value As Boolean
 
value = instance.HasValidationErrors
public bool HasValidationErrors {get;}

Property Value

true if the content of one of the cells in the row failed the validation process; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

EditableRow Class
EditableRow Members

Send Feedback