DataGridViewButtonCell::ValueType Property

 

Gets or sets the data type of the values in the cell.

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

public:
property Type^ ValueType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

A Type representing the data type of the value in the cell.

.NET Framework
Available since 2.0
Return to top
Show: