Tag Property
Tag
Gets or sets the object that contains data about the control
Declaration
[TypeConverter(typeof(StringConverter))]
[Bindable(BindableSupport.No)]
public object Tag { get; set; }
<TypeConverter(GetType(StringConverter))>
<Bindable(BindableSupport.No)>
Public Property Tag As Object