ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MaskedTextBox Class / IsValid Property



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