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


In This Topic
    TargetButtonUpID Property
    In This Topic
    Gets or sets the identifier for the target up button. It take effects when ShowEditor is true.
    Syntax
    'Declaration
     
    
    Public Property TargetButtonUpID As String
    'Usage
     
    
    Dim instance As NumericUpDownCellType
    Dim value As String
     
    instance.TargetButtonUpID = value
     
    value = instance.TargetButtonUpID
    public string TargetButtonUpID {get; set;}

    Property Value

    String containing the identifier
    See Also