DataGridViewDateTimePickerColumn
Wisej.Web.DataGridViewDateTimePickerColumn
Last updated
Was this helpful?
Wisej.Web.DataGridViewDateTimePickerColumn
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:
This value is inherited by all the cells in the column that do not specify a value for this property.Throws:
This value is inherited by all the cells in the column that do not specify a value for this property.Throws:
This value is inherited by all the cells in the column that do not specify a value for this property.Throws:
This value is inherited by all the cells in the column that do not specify a value for this property.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 custom date/time format string. (Default: ""
)
See for the supported format definitions.
: Returns or sets the column's default cell style.
: Returns or sets the format of the date/time value displayed in the control. (Default: DateTime
)
The value of the property is null.
: 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).
The value of the property is null.
: 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).
The value of the property is null.
: 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
)
The value of the property is null.
: Returns the instance of associated with this control.