MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / DisplayColumn Class / AllowNull Property

In This Topic
    AllowNull Property
    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