Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemInfo Class / Tag Property


In This Topic
    Tag Property (ListItemInfo)
    In This Topic
    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