EmptyAsNull Property (C1ComboBox)
In This Topic
Gets or sets a value indicating whether empty strings are interpreted as null values (
System.DBNull).
Syntax
'Declaration
Public Property EmptyAsNull As Boolean
public bool EmptyAsNull {get; set;}
See Also