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


In This Topic
    ServiceUpPath Property
    In This Topic
    Gets or sets the path to the helper Web service for the up button.
    Syntax
    'Declaration
     
    
    Public Property ServiceUpPath As String
    'Usage
     
    
    Dim instance As NumericUpDownCellType
    Dim value As String
     
    instance.ServiceUpPath = value
     
    value = instance.ServiceUpPath
    public string ServiceUpPath {get; set;}

    Property Value

    String containing the path to the Web service
    Example
    This example creates a numeric up-down cell type.
    See Also