Properties
- Maximum - The maximum value allowed by the extender
- Minimum - The minimum value allowed by the extender
- RefValues - A list of strings separated by semicolons (;) to be used as an enumeration by NumericUpDown
- ServiceDownMethod - A Web service method that returns data used to get the previous value or the name of a method declared on the page which is decorated with the WebMethodAttribute
- ServiceDownPath - A path to a web service that returns data used to get the previous value
- ServiceUpMethod - A Web service method that returns data used to get the next value or the name of a method declared on the page that is decorated with the WebMethodAttribute
- ServiceUpPath - A path to a web service that returns data used to get the next value
- Step - A step used for simple numeric incrementing and decrementing. The default value is 1
- Tag - A custom parameter to pass to the Web Service
- TargetButtonDownID - A reference to a custom Down button
- TargetButtonUpID - A reference to a custom Up button
- Width - Combined size of the TextBox and Up/Down buttons. The minimum value 25