DataGridViewColumn::CellType Property
.NET Framework (current version)
Gets the run-time type of the cell template.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Type^The Type of the DataGridViewCell used as a template for this column. The default is null.
The base type of the CellTemplate is DataGridViewCell. Use this property to determine the actual derived type.
.NET Framework
Available since 2.0
Available since 2.0
Show: