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


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

    Property Value

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