Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / AllowNull Property


In This Topic
    AllowNull Property (SuperEditBase)
    In This Topic
    Gets or sets whether the control considers a null value valid.
    Syntax
    'Declaration
     
    
    Public Overridable Property AllowNull As Boolean
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Boolean
     
    instance.AllowNull = value
     
    value = instance.AllowNull
    public virtual bool AllowNull {get; set;}
    See Also