DataGridViewHeaderCell::ValueType Property

 

Gets the type of the value stored in the cell.

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

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

Property Value

Type: System::Type^

A Type object representing the String type.

.NET Framework
Available since 2.0
Return to top
Show: