Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1MaskedTextBox Class / IsValid Property

In This Topic
    IsValid Property (C1MaskedTextBox)
    In This Topic
    Gets a value that determines whether the control contains a valid entry.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsValid As Boolean
    public bool IsValid {get;}
    See Also