MultiColumnComboBoxColumnDefaultNullText Property
Set or get the default null text for all columns
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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)".