Tag Property
Tag
Gets or sets the application-defined tag value associated with
the cells in this row.
Declaration
[TypeConverter(typeof(StringConverter))]
public object Tag { get; set; }
<TypeConverter(GetType(StringConverter))>
Public Property Tag As Object