DataGridViewNumericUpDownCell

Wisej.Web.DataGridViewNumericUpDownCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

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

public class DataGridViewNumericUpDownCell : DataGridViewCell

Constructors

DataGridViewNumericUpDownCell()

Initializes a new instance of DataGridViewNumericUpDownCell.

Properties

DecimalPlaces

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

Throws:

EditType

Typearrow-up-right: Returns the type of the cell's hosted editing control.

HideUpDownButtons

Booleanarrow-up-right: Returns or sets the visibility of the spinner buttons.

Increment

Decimalarrow-up-right: 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:

Maximum

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

Minimum

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

ThousandsSeparator

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

ValueType

Typearrow-up-right: Returns or sets the data type of the values in the cell.

Implements

Name
Description

Provides access to the UserData and Tag properties associated to the component implementing this interface.

Defines an object that can invoke a Command.

Last updated

Was this helpful?