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


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

    Property Value

    String containing the identifier
    See Also