DataGridViewColumn Hierarchy
The following table lists the classes derived from
System.Windows.Forms.DataGridViewColumn
.
| Class | Description |
|---|---|
| System.Windows.Forms.DataGridViewButtonColumn | Hosts a collection of DataGridViewButtonCell objects. |
| System.Windows.Forms.DataGridViewCheckBoxColumn | Hosts a collection of DataGridViewCheckBoxCell objects. |
| System.Windows.Forms.DataGridViewComboBoxColumn | Represents a column of DataGridViewComboBoxCell objects. |
| System.Windows.Forms.DataGridViewImageColumn | Hosts a collection of DataGridViewImageCell objects. |
| System.Windows.Forms.DataGridViewLinkColumn | Represents a column of cells that contain links in a DataGridView control. |
| System.Windows.Forms.DataGridViewTextBoxColumn | Hosts a collection of DataGridViewTextBoxCell cells. |