Xceed Ultimate ListBox for Silverlight Documentation
HasValidationError Property


Gets a value indicating whether an error occurred during the validation of Value.
Syntax
Public Property HasValidationError As Boolean
Dim instance As NumericTextBox
Dim value As Boolean
 
instance.HasValidationError = value
 
value = instance.HasValidationError
public bool HasValidationError {get; set;}

Property Value

true if an error occurred during the validation of the Value; false otherwise."Exceptions
designlist:tagidentifier=##EXCEPTION,itemtype=Exception
" -->
Requirements

Target Platforms: Windows 7, 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

Reference

NumericTextBox Class
NumericTextBox Members

Send Feedback