DataGridViewImageCell::DataGridViewImageCellAccessibleObject::Description Property

 

Gets the text associated with the image in the image cell.

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

public:
property String^ Description {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The text associated with the image in the image cell.

.NET Framework
Available since 2.0
Return to top
Show: