Spread Windows Forms 12.0 Product Documentation
Tag Property (ListItemInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemInfo Class : Tag Property
Gets or sets the tag the user wants to set.
Syntax
'Declaration
 
Public Property Tag As Object
'Usage
 
Dim instance As ListItemInfo
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
public object Tag {get; set;}

Property Value

An object that stores what the user sets.
See Also

Reference

ListItemInfo Class
ListItemInfo Members