Gets or sets that cells in the Column will accept null value or null will be replaced by default value in unbound mode.
Declaration
public bool AllowNull { get; set; }
Remarks
This property works only if IsValueType member of DataType property
equals to True and for type string.
If value was changed to False then all null values in the Column will be
replaced by defaults of current DataType.