DataGridViewNumericUpDownColumn
Wisej.Web.DataGridViewNumericUpDownColumn
Last updated
Was this helpful?
Wisej.Web.DataGridViewNumericUpDownColumn
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a column that contains a collection of cells.
Initializes a new instance of the class to the default state.
Initializes a new instance of the class to the default state.
cellTemplate
Throws:
Throws:
Throws:
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
An existing to use as a template.
: Returns or sets the template used to model cell appearance.
The type is null.
The set type is not compatible with type .
: Returns or sets the number of decimal places to display in the spin column (also known as an up-down column). (Default: 0
)
The value assigned is less than 0; or the value assigned is greater than 99.
: Returns or sets the column's default cell style.
: Returns or sets the visibility of the spinner buttons. (Default: False
)
: 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
)
The assigned value is not greater than or equal to zero.
: Returns or sets the maximum value for the spin column (also known as an up-down column). (Default: 100
)
: Returns or sets the minimum allowed value for the spin column (also known as an up-down column). (Default: 0
)
: Returns or sets whether a thousands separator is displayed in the spin column (also known as an up-down column) when appropriate. (Default: False
)