| Visual Basic (Declaration) | |
|---|---|
Public Class ValidationErrorInfo Inherits Infragistics.PropertyChangeNotifier | |
| C# | |
|---|---|
public class ValidationErrorInfo : Infragistics.PropertyChangeNotifier | |
When an editor value is invalid, editor's ValueInput.IsValueValid property returns false. To get the error information regarding why the value is invalid, use the editor's ValueInput.InvalidValueErrorInfo property which returns an instance of this class.