ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / TextValidationErrorEventArgs Class / Text Property

In This Topic
    Text Property (TextValidationErrorEventArgs)
    In This Topic
    Gets the text being parsed when the TextValidationError event was raised.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Text As String
    public string Text {get;}
    See Also