DataGridViewDateTimePickerEditingControl

Wisej.Web.DataGridViewDateTimePickerEditingControl

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Represents a DateTimePicker control that can be hosted in a DataGridViewDateTimePickerCell.

public class DataGridViewDateTimePickerEditingControl : DateTimePicker, IDataGridViewEditingControl

Constructors

Properties

DataGridView: Returns or sets the DataGridView that contains the text box control.

Methods

Adapts the edit control's properties to be consistent with the specified cell style.

Retrieves the formatted value of the cell.

Returns: String. An String that represents the formatted version of the cell contents.

Prepares the edit control for editing.

Implements

Last updated