DataGridViewDateTimePickerEditingControl
Wisej.Web.DataGridViewDateTimePickerEditingControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a DateTimePicker control that can be hosted in a DataGridViewDateTimePickerCell.
Constructors
DataGridViewDateTimePickerEditingControl()
Properties
DataGridView
DataGridView: Returns or sets the DataGridView that contains the text box control.
Methods
ApplyCellStyleToEditingControl(style)
Adapts the edit control's properties to be consistent with the specified cell style.
GetEditingControlFormattedValue()
Retrieves the formatted value of the cell.
Returns: String. An String that represents the formatted version of the cell contents.
PrepareEditingControlForEdit(selectAll)
Prepares the edit control for editing.
Implements
Defines common functionality for controls that are hosted within cells of a DataGridView.
Bindable components implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Last updated