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


In This Topic
    Tag Property (SubItemInfo)
    In This Topic
    Gets or sets a value the user set.
    Syntax
    'Declaration
     
    
    Public Property Tag As Object
    'Usage
     
    
    Dim instance As SubItemInfo
    Dim value As Object
     
    instance.Tag = value
     
    value = instance.Tag
    public object Tag {get; set;}

    Property Value

    An System.Object object that represents the tag of the SubItemInfo object.
    The default is System.String.Empty.
    See Also