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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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