MultiColumnComboBoxColumnDefaultNullText Property

Set or get the default null text for all columns

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public string DefaultNullText { get; set; }

Property Value

String
The default is an empty string. The value is applied at runtime and its effect is not visible on columns during design time. It replaces the null text for any column with its NullText property set to "(null)".

See Also