ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.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 System.String
    public System.string Text {get;}
    See Also