Version

DataError Property (CellValuePresenter)

Returns the associated cell's data error.
Syntax
'Declaration
 
Public ReadOnly Property DataError As Object
public object DataError {get;}
Remarks

If the underlying ValueEditor that's being used to display the cell's value has a value validation error (its Infragistics.Windows.Editors.ValueEditor.IsValueValid set to false), then this property will return the error message explaining why the value is invalid. If the ValueEditor's IsValueValid is true, then the associated cell's DataError property value is returned.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also