DataGridViewDateTimePickerCell

Wisej.Web.DataGridViewDateTimePickerCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

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

public class DataGridViewDateTimePickerCell : DataGridViewCell

Constructors

DataGridViewDateTimePickerCell()

Initializes a new instance of DataGridViewDateTimePickerCell.

Properties

CustomFormat

Stringarrow-up-right: Returns or sets the custom date/time format string.

See Custom Date and Time Format Stringsarrow-up-right for the supported format definitions.

EditType

Typearrow-up-right: Returns the type of the cell's hosted editing control.

Format

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

MaxDate

DateTimearrow-up-right: Returns or sets the maximum date and time that can be selected in the control.

Throws:

MinDate

DateTimearrow-up-right: Returns or sets the minimum date and time that can be selected in the control.

Throws:

ShowUpDown

Booleanarrow-up-right: 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)

Tools

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

ValueType

Typearrow-up-right: Returns or sets the data type of the values in the cell.

Implements

Name
Description

Provides access to the UserData and Tag properties associated to the component implementing this interface.

Defines an object that can invoke a Command.

Last updated

Was this helpful?