[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Extender.NumericUpDownCellType

NumericUpDownCellType Class

Represents an ASP.NET AJAX extender numeric up-down cell.

Inheritance
AjaxCellTypeBase<ExtenderControlBase>
NumericUpDownCellType
Namespace: FarPoint.Web.Spread.Extender
Assembly: FarPoint.Web.Spread.Extender.dll
Syntax
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

Constructors

Name Description
NumericUpDownCellType()

Creates a new ASP.NET AJAX extender numeric up-down cell.

Properties

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.

Methods

Name Description
Format(object)

Format the object to a string.

Parse(string)

Parses the string to return a double value.