DataGridViewNumericUpDownColumn Class

Represents a column of cells containing numeric up-down controls in a DataGridView.

Namespace: elsystem.windows.forms

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property DecimalPlaces

int

Gets or sets the number of decimal places to display in the spin box (also known as an up-down control).
Public property Increment

double

Gets or sets the value to increment or decrement the up-down control when the up or down buttons are clicked.
Public property Maximum

double

Gets or sets the maximum value for the up-down control.
Public property Minimum

double

Gets or sets the minimum value for the up-down control.
Public property ThousandsSeparator bool True to display a thousands separator as part of the number.
Methods
  Name Description
Public property Create Initializes a new instance of the class.
Public property Create(text) Initializes a new instance of the class using the specified Text for the column name.