BaseImageCellParseFormattedValue Method

This is overridden to return the appropriate value for the cell when it is being edited

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override Object ParseFormattedValue(
	Object formattedValue,
	DataGridViewCellStyle cellStyle,
	TypeConverter formattedValueTypeConverter,
	TypeConverter valueTypeConverter
)

Parameters

formattedValue  Object
The display value of the cell.
cellStyle  DataGridViewCellStyle
The cell style in effect.
formattedValueTypeConverter  TypeConverter
A TypeConverter for the display value type, or null to use the default converter.
valueTypeConverter  TypeConverter
A TypeConverter for the cell value type, or null to use the default converter.

Return Value

Object
The cell value.

See Also