Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / InvalidOption Property


In This Topic
    InvalidOption Property
    In This Topic
    Gets or sets whether invalid data is displayed, hidden, or cleared when the control loses the focus.
    Syntax
    'Declaration
     
    
    Public Overridable Property InvalidOption As InvalidOption
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As InvalidOption
     
    instance.InvalidOption = value
     
    value = instance.InvalidOption
    public virtual InvalidOption InvalidOption {get; set;}
    See Also