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


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

    Property Value

    String containing the name of the Web service method
    Example
    This example creates a numeric up-down cell type.
    See Also