Xceed DataGrid for Silverlight Documentation
HasParsingError Property (NumericTextBox)


Gets a value indicating whether an error occured during the parsing of Value.
Syntax
'Declaration
 
Public Property HasParsingError As Boolean
'Usage
 
Dim instance As NumericTextBox
Dim value As Boolean
 
instance.HasParsingError = value
 
value = instance.HasParsingError
public bool HasParsingError {get; set;}

Property Value

true if an error occurred during the parsing of the Value; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

NumericTextBox Class
NumericTextBox Members

Send Feedback