Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / NumericUpDownCellType Class / Tag Property


In This Topic
    Tag Property (NumericUpDownCellType)
    In This Topic
    Gets or sets the custom parameter for calling the Web service method of the numeric up-down cell.
    Syntax
    'Declaration
     
    
    Public Property Tag As String
    'Usage
     
    
    Dim instance As NumericUpDownCellType
    Dim value As String
     
    instance.Tag = value
     
    value = instance.Tag
    public string Tag {get; set;}

    Property Value

    String containing the custom tag
    See Also