System.Windows.Forms.DataGridViewColumn.ValueType Property

Gets or sets the data type of the values in the column's cells.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.Browsable(false)]
public Type ValueType { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is used when filtering or sorting the columns with respect to the contents of their cells.

Requirements

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