DataGridViewNumericUpDownColumn
Wisej.Web.DataGridViewNumericUpDownColumn
Last updated
Wisej.Web.DataGridViewNumericUpDownColumn
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a DataGridView column that contains a collection of DataGridViewNumericUpDownCell cells.
Initializes a new instance of the DataGridViewNumericUpDownColumn class to the default state.
Initializes a new instance of the DataGridViewNumericUpDownColumn class to the default state.
Name | Type | Description |
---|---|---|
cellTemplate | An existing DataGridViewNumericUpDownCell to use as a template. |
DataGridViewCell: Returns or sets the template used to model cell appearance.
Throws:
InvalidOperationException The type is null.
InvalidCastException The set type is not compatible with type DataGridViewNumericUpDownCell.
Int32: Returns or sets the number of decimal places to display in the spin column (also known as an up-down column). (Default: 0
)
Throws:
ArgumentOutOfRangeException The value assigned is less than 0; or the value assigned is greater than 99.
Boolean: Returns or sets the visibility of the spinner buttons. (Default: False
)
Decimal: Returns or sets the value to increment or decrement the spin box (also known as an up-down control) when the up or down buttons are clicked. (Default: 1
)
Throws:
ArgumentOutOfRangeException The assigned value is not greater than or equal to zero.
Decimal: Returns or sets the maximum value for the spin column (also known as an up-down column). (Default: 100
)
Decimal: Returns or sets the minimum allowed value for the spin column (also known as an up-down column). (Default: 0
)
Boolean: Returns or sets whether a thousands separator is displayed in the spin column (also known as an up-down column) when appropriate. (Default: False
)
Name | Description |
---|---|
All wisej components implement this interface. | |
Allows an object to serialize itself. |