AllowNull Property (Column)
In This Topic
Gets or sets that cells in the
Column will accept null value or null will be replaced by default value in unbound mode.
Syntax
'Declaration
Public Property AllowNull As Boolean
public bool AllowNull {get; set;}
See Also