Xceed DataGrid for Silverlight Documentation
HasValidationErrors Property (DataGridControl)


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

Property Value

true if the content of one ore more cells has failed the validation process; false otherwise.
Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members
HasRestrictiveValidationErrors Property

Send Feedback