Wimark.Controls Class Library  

DataGridViewCell.NullValue Property

Gets or sets the DataGridView cell display value corresponding to a cell value of DBNull.

[Visual Basic]
Public ReadOnly Property NullValue As Object 
[C#]
public object NullValue {get;}
[C++]
public: __property Object* get_NullValue();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewCell Class | DataGridViewCell Members | Wimark.Controls Namespace | DataGridView