DataGridViewCheckBoxColumn Constructor ()

 

Initializes a new instance of the DataGridViewCheckBoxColumn class to the default state.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
DataGridViewCheckBoxColumn()

Using this default constructor is equivalent to supplying an argument of false to the DataGridViewCheckBoxColumn(Boolean) constructor.

.NET Framework
Available since 2.0
Return to top
Show: