Xceed DataGrid for Silverlight Documentation
ValidationErrors Property (EditableCell)


Gets a list of all the validation errors that are present in the cell.
Syntax
'Declaration
 
Public ReadOnly Property ValidationErrors As ReadOnlyObservableCollection(Of CellValidationError)
'Usage
 
Dim instance As EditableCell
Dim value As ReadOnlyObservableCollection(Of CellValidationError)
 
value = instance.ValidationErrors
public ReadOnlyObservableCollection<CellValidationError> ValidationErrors {get;}

Property Value

A list of all the validation errors that are present in the cell.
Requirements

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

See Also

Reference

EditableCell Class
EditableCell Members

Send Feedback