DataGridViewColumn::ValueType Property

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property Type^ ValueType {
	Type^ get();
	void set(Type^ value);
}

Property Value

Type: System::Type^

A Type that describes the run-time class of the values stored in the column's cells.

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

The following code example demonstrates how to use the ValueType property in the initialization of a DataGridViewComboBoxColumn that contains Color values.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: