DataGridViewCellStyle::Tag Property

 

Gets or sets an object that contains additional data related to the DataGridViewCellStyle.

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

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

Property Value

Type: System::Object^

An object that contains additional data. The default is null.

.NET Framework
Available since 2.0
Return to top
Show: