'Declaration <DescriptionAttribute("The object that contains data about the grid element")> <CategoryAttribute("Data")> <TypeConverterAttribute(System.ComponentModel.StringConverter)> <ApplyToDesignerAttribute(True)> Public Property Tag As Object
'Usage Dim instance As GridElement Dim value As Object instance.Tag = value value = instance.Tag
[Description("The object that contains data about the grid element")] [Category("Data")] [TypeConverter(System.ComponentModel.StringConverter)] [ApplyToDesigner(true)] public object Tag {get; set;}