[]
Represents an ASP.NET AJAX extender numeric up-down cell.
public class NumericUpDownCellType : ExtenderCellType, ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback
Public Class NumericUpDownCellType
Inherits ExtenderCellType
Implements ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback
| Name | Description |
|---|---|
| NumericUpDownCellType() | Creates a new ASP.NET AJAX extender numeric up-down cell. |
| Name | Description |
|---|---|
| Maximum | Gets or sets the maximum value for the numeric up-down cell. |
| Minimum | Gets or sets the minimum value for the numeric up-down cell. |
| RefValues | Gets or sets a list of reference values for the numeric up-down cell. |
| ServiceDownMethod | Gets or sets the method to the helper Web service for the down button. |
| ServiceDownPath | Gets or sets the path to the helper Web service for the down button. |
| ServiceUpMethod | Gets or sets the method to the helper Web service for the up button. |
| ServiceUpPath | Gets or sets the path to the helper Web service for the up button. |
| Step | Gets or sets the step used for simple numeric incrementing and decrementing. |
| Tag | Gets or sets the custom parameter for calling the Web service method of the numeric up-down cell. |
| TargetButtonDownID | Gets or sets the identifier for the target down button. It take effects when ShowEditor is true. |
| TargetButtonUpID | Gets or sets the identifier for the target up button. It take effects when ShowEditor is true. |
| Name | Description |
|---|---|
| Format(object) | Format the object to a string. |
| Parse(string) | Parses the string to return a double value. |