Wimark.Controls Class Library  

DataGridViewStyle.NullValue Property

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

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

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

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