In This Topic
Gets or sets a value that indicates whether that cells in the
DisplayColumn 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