DataGridViewDateTimePickerCell
Wisej.Web.DataGridViewDateTimePickerCell
Last updated
Was this helpful?
Wisej.Web.DataGridViewDateTimePickerCell
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Displays an editable control in a cell when in edit mode.
Initializes a new instance of .
: Returns or sets the custom date/time format string.
See for the supported format definitions.
Throws:
Throws:
: Returns the type of the cell's hosted editing control.
: Returns or sets the format of the date/time value displayed in the control. (Default: DateTime
)
: Returns or sets the maximum date and time that can be selected in the control.
The value assigned is not less than the value (12/31/9998).
The value assigned is less than the value (01/01/1753).
: Returns or sets the minimum date and time that can be selected in the control.
The value assigned is not less than the value (12/31/9998).
The value assigned is less than the value (01/01/1753).
: Returns or sets a value indicating if a spin button control (up-down control) is displayed and can be used to adjust the date/time value. (Default: False
)
: Returns the instance of associated with this cell.
: Returns or sets the data type of the values in the cell.
Defines an object that can invoke a .