Skip to main content
Version: 4.1

DataGridViewNumericUpDownCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Displays an editable NumericUpDown control in a DataGridViewCell cell when in edit mode.

public class DataGridViewNumericUpDownCell : DataGridViewCell

Constructors

Instance member DataGridViewNumericUpDownCell()

Initializes a new instance of DataGridViewNumericUpDownCell.

Properties

Instance member DecimalPlaces

Int32: Returns or sets the number of decimal places to display in the spin column (also known as an up-down column).

Throws:

Instance member EditType

Type: Returns the type of the cell's hosted editing control.

Instance member HideUpDownButtons

Boolean: Returns or sets the visibility of the spinner buttons.

Instance member Increment

Decimal: Returns or sets the value to increment or decrement the spin column (also known as an up-down column) when the up or down buttons are clicked.

Throws:

Instance member Maximum

Decimal: Returns or sets the maximum value for the spin column (also known as an up-down column).

Instance member Minimum

Decimal: Returns or sets the minimum allowed value for the spin column (also known as an up-down column).

Instance member ThousandsSeparator

Boolean: Returns or sets whether a thousands separator is displayed in the spin column (also known as an up-down column) when appropriate.

Instance member ValueType

Type: Returns or sets the data type of the values in the cell.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
ICommandSourceDefines an object that can invoke a Command.