Wimark.Controls Class Library  

DataGridViewCheckBoxCell.TrueValue Property

Gets or sets the underlying value corresponding to a cell value of true, which appears as a checked box.

[Visual Basic]
Public Property TrueValue As Object 
[C#]
public object TrueValue {get; set;}
[C++]
public: __property Object* get_TrueValue();
public: __property void set_TrueValue(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

DataGridViewCheckBoxCell Class | DataGridViewCheckBoxCell Members | Wimark.Controls Namespace