Xceed DataGrid for Silverlight Documentation
HasValidationErrors Property (EditableCell)


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

Property Value

true if the content of cell failed the validation process; false otherwise.
Requirements

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

See Also

Reference

EditableCell Class
EditableCell Members

Send Feedback