System.Windows.Forms.DataGridViewColumn.CellType Property

Gets the run-time type of the cell template.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
public Type CellType { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The base type of the DataGridViewColumn.CellTemplate is System.Windows.Forms.DataGridViewCell. Use this property to determine the actual derived type.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0