Xceed DataGrid for Silverlight Documentation
HasValidationError Property


Gets a value indicating whether an error occurred during the validation of Value.
Syntax
'Declaration
 
Public Property HasValidationError As Boolean
'Usage
 
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, Windows XP SP3, Windows Server 2008 family

See Also

Reference

NumericTextBox Class
NumericTextBox Members

Send Feedback