Multi Column Combo Box ColumnDefault Null Text 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.31.0
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)".
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public string DefaultNullText { get; set; }VB
Public Property DefaultNullText As String
Get
SetC++
public:
property String^ DefaultNullText {
String^ get ();
void set (String^ value);
}F#
member DefaultNullText : string with get, setProperty 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)".