Wimark.Controls Class Library  

DataGridViewCheckBoxCell.IndeterminateValue Property

Gets or sets the underlying value corresponding to an indeterminate or null cell value, which appears as a disabled checkbox.

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