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 | |
![]() |
DecimalPlaces |
int |
Gets or sets the number of decimal places to display in the spin box (also known as an up-down control). |
![]() |
Increment |
double |
Gets or sets the value to increment or decrement the up-down control when the up or down buttons are clicked. |
![]() |
Maximum |
double |
Gets or sets the maximum value for the up-down control. |
![]() |
Minimum |
double |
Gets or sets the minimum value for the up-down control. |
![]() |
ThousandsSeparator | bool | True to display a thousands separator as part of the number. |
Methods
Name | Description | |
![]() |
Create | Initializes a new instance of the class. |
![]() |
Create(text) | Initializes a new instance of the class using the specified Text for the column name. |
Inheritance Hierarchy
elsystem.windows.forms.DataGridViewColumn
elsystem.windows.forms.DataGridNumericUpDownColumn