MultiColumnComboBoxColumnDefaultNullText Property
Set or get the default null text for all columns
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public string DefaultNullText { get; set; }
Public Property DefaultNullText As String
Get
Set
public:
property String^ DefaultNullText {
String^ get ();
void set (String^ value);
}
member DefaultNullText : string with get, set
Property Value
StringThe 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)".