DataGridBoolColumn Constructor ()
.NET Framework (current version)
Initializes a new instance of the DataGridBoolColumn class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
When using this overload to create a DataGridBoolColumn, be sure to set the MappingName value to the ColumnName of a DataColumn.
The following code example first creates a new DataGridBoolColumn and adds it to the GridColumnStylesCollection of a DataGridTableStyle.
.NET Framework
Available since 1.1
Available since 1.1
Show: