ComponentOne DataGrid for WPF and Silverlight
AllowNull Property (DataGridBoundColumn)

C1.WPF.DataGrid Namespace > DataGridBoundColumn Class : AllowNull Property
Gets or sets a value indicating whether the editing control allows null values.
Syntax
'Declaration
 
Public Property AllowNull As System.Boolean
public System.bool AllowNull {get; set;}

Property Value

true if the editing control allows null values; otherwise, false.
See Also

Reference

DataGridBoundColumn Class
DataGridBoundColumn Members