Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
ValidationErrorInfo Class
Members  See Also  E-mail your feedback on this topic.
Infragistics.Controls.Editors Namespace : ValidationErrorInfo Class

Contains error information regarding why a value is invalid.

Syntax

Visual Basic (Declaration) 
Public Class ValidationErrorInfo 
   Inherits Infragistics.PropertyChangeNotifier
C# 
public class ValidationErrorInfo : Infragistics.PropertyChangeNotifier 

Remarks

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.

See Also