Input for WinForms | ComponentOne
C1.Win.Input.Pickers.Base Namespace / C1PickerBase Class / IsEditorValid Property

In This Topic
    IsEditorValid Property (C1PickerBase)
    In This Topic
    Gets the validity status of the picker editor.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property IsEditorValid As Boolean
    protected virtual bool IsEditorValid {get;}
    See Also