AllowNull Property (FpCombo)
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 FpCombo
Dim value As Boolean
instance.AllowNull = value
value = instance.AllowNull
public virtual bool AllowNull {get; set;}
See Also