DataGridViewButtonCell::FormattedValueType Property

 

Gets the type of the formatted value associated with the cell.

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

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

Property Value

Type: System::Type^

A Type representing the type of the cell's formatted value.

.NET Framework
Available since 2.0
Return to top
Show: