ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / AllowNull Property

In This Topic
    AllowNull Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets a value indicating whether the editing control allows null values.
    Syntax
    'Declaration
     
    
    Public Property AllowNull As Boolean
    public bool AllowNull {get; set;}

    Property Value

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