DataGridViewDateTimePickerCell
Wisej.Web.DataGridViewDateTimePickerCell
Last updated
Wisej.Web.DataGridViewDateTimePickerCell
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Displays an editable DateTimePicker control in a DataGridViewCell cell when in edit mode.
String: Returns or sets the custom date/time format string.
See Custom Date and Time Format Strings for the supported format definitions.
Type: Returns the type of the cell's hosted editing control.
DateTimePickerFormat: Returns or sets the format of the date/time value displayed in the control. (Default: DateTime
)
DateTime: Returns or sets the maximum date and time that can be selected in the control.
Throws:
ArgumentException The value assigned is not less than the MaximumDate value (12/31/9998).
SystemException The value assigned is less than the MinimumDateTime value (01/01/1753).
DateTime: Returns or sets the minimum date and time that can be selected in the control.
Throws:
ArgumentException The value assigned is not less than the MaximumDate value (12/31/9998).
SystemException The value assigned is less than the MinimumDateTime value (01/01/1753).
Boolean: 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
)
ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this cell.
Type: Returns or sets the data type of the values in the cell.