Skip to main content
Version: 3.5

DataGridViewDateTimePickerCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Displays an editable DateTimePicker control in a DataGridViewCell cell when in edit mode.

public class DataGridViewDateTimePickerCell : DataGridViewCell

Constructors

Instance memberDataGridViewDateTimePickerCell()

Initializes a new instance of DataGridViewDateTimePickerCell.

Properties

Instance memberCustomFormat

String: Returns or sets the custom date/time format string.

See Custom Date and Time Format Strings for the supported format definitions.

Instance memberEditType

Type: Returns the type of the cell's hosted editing control.

Instance memberFormat

DateTimePickerFormat: Returns or sets the format of the date/time value displayed in the control. (Default: DateTime)

Instance memberMaxDate

DateTime: Returns or sets the maximum date and time that can be selected in the control.

Throws:

Instance memberMinDate

DateTime: Returns or sets the minimum date and time that can be selected in the control.

Throws:

Instance memberShowUpDown

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)

Instance memberTools

ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this cell.

Instance memberValueType

Type: Returns or sets the data type of the values in the cell.

Implements

NameDescription
ICommandSourceDefines an object that can invoke a Command.