DataGridColumnStyle::NullText Property
.NET Framework (current version)
Gets or sets the text that is displayed when the column contains null.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property String^ NullText { virtual String^ get(); virtual void set(String^ value); }
The DataColumn class's AllowDBNull property determines if a column can contain null values.
.NET Framework
Available since 1.1
Available since 1.1
Show: