BaseImageCellGetEditingCellFormattedValue Method

Retrieves the formatted value of the cell

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Object GetEditingCellFormattedValue(
	DataGridViewDataErrorContexts context
)

Parameters

context  DataGridViewDataErrorContexts
A bitwise combination of DataGridViewDataErrorContexts values that specifies the context in which the data is needed.

Return Value

Object
An Object that represents the formatted version of the cell contents

Implements

IDataGridViewEditingCellGetEditingCellFormattedValue(DataGridViewDataErrorContexts)

Remarks

If the context contains ClipboardContent, the underlying cell value is returned instead of the image.

See Also