DataGridViewComboBoxEditingControl

Wisej.Web.DataGridViewComboBoxEditingControl

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a ComboBox control that can be hosted in a DataGridViewComboBoxCell.

public class DataGridViewComboBoxEditingControl : ComboBox, IDataGridViewEditingControl

Constructors

Initializes a new instance of the DataGridViewComboBoxEditingControl class.

Properties

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

Methods

Changes the control's user interface (UI) 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 currently selected cell for editing.

Implements

Last updated