Xceed Ultimate ListBox for Silverlight Documentation
HasParsingError Property (NumericTextBox)


Gets a value indicating whether an error occured during the parsing of Value.
Syntax
Public Property HasParsingError As Boolean
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 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