# NumericUpDownColumn

The **DataGridViewNumericUpDownColumn** class is a specialized type of the **DataGridViewColumn** class used to logically host cells that display **NumericUpDown** controls. A **DataGridViewNumericUpDownColumn** has an associated **DataGridViewNumericUpDownCell** in every **DataGridViewRow** that intersects it. Each cell contains a **NumericUpDown** control.

You can populate the cells manually by setting their Value properties. Alternatively, you can bind the column to the data source indicated by the **DataGridView\.DataSource** property. If the **DataGridView** is bound to a database table, set the column **DataPropertyName** property to the name of a column in the table. If the **DataGridView** is bound to a collection of objects, set the **DataPropertyName** property to the name of an object property.

{% hint style="info" %}
For a full list of properties, methods and events see the [API documentation](https://docs.wisej.com/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridviewnumericupdowncolumn).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wisej.com/docs/controls/lists/datagridview/numericupdowncolumn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
