DataGridViewComboBoxCell
Wisej.Web.DataGridViewComboBoxCell
Last updated
Was this helpful?
Wisej.Web.DataGridViewComboBoxCell
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Displays an editable control in a cell when in edit mode.
: Returns or sets how automatic completion works for the .
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Converts a value to the actual cell value.
value
The display value of the cell.
cellStyle
formattedTypeConverter
valueTypeConverter
Throws:
: Returns or sets whether the cell editor modifies the case of characters as they are typed.
: Returns or sets the data source that contains the possible selections shown in the drop-down list.
The specified value when setting this property is not null and is not of type nor .
: Returns or sets the name of the property or column from which to retrieve the text to display in the combo box cell.
The property is not null and the specified value when setting this property is not null or and does not name a valid property or column in the data source.
: Returns or sets the style of the combo box.
: Returns the type of the cell's hosted editing control.
: Returns or sets the name of the property or column from which to get the icon to use in the drop-down list.
The property is not null and the specified value when setting this property is not null or and does not name a valid property or column in the data source.
: Returns or sets whether items are selected incrementally as the user types within a timeout of 1 second.
: Returns the collection of the items contained in this .
: Enables or disables lazy loading mode for the cell editor control.
: Returns or sets the maximum number of characters that can be entered into the editable part of the combo box control.
The value is less than 0.
: Returns or sets if the items in the combo box editor are automatically sorted.
An attempt was made to sort a cell that is attached to a data source.
: Returns or sets the name of the property or column from which to get the value that correspond to the selections in the drop-down list.
The property is not null and the specified value when setting this property is not null or and does not name a valid property or column in the data source.
: Returns or sets the data type of the values in the cell.
: Enables or disables virtual scrolling mode for the cell editor control.
: Returns or sets the text to show when the control is empty.
The in effect for the cell.
A for the display value type, or null to use the default converter.
A for the cell value type, or null to use the default converter.
Returns: . The cell value.
cellStyle is null.
The property value is null or the property value is null or value cannot be converted.
value is null or the type of value does not match the type indicated by the property.
Fired when the collection changes.