Base Image CellGet Editing Cell Formatted Value Method
Retrieves the formatted value of the cell
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
An Object that represents the formatted version of the cell contents
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Object GetEditingCellFormattedValue(
DataGridViewDataErrorContexts context
)VB
Public Function GetEditingCellFormattedValue (
context As DataGridViewDataErrorContexts
) As ObjectC++
public:
virtual Object^ GetEditingCellFormattedValue(
DataGridViewDataErrorContexts context
) sealedF#
abstract GetEditingCellFormattedValue :
context : DataGridViewDataErrorContexts -> Object
override GetEditingCellFormattedValue :
context : DataGridViewDataErrorContexts -> Object Parameters
- context DataGridViewDataErrorContexts
- A bitwise combination of DataGridViewDataErrorContexts values that specifies the context in which the data is needed.
Return Value
ObjectAn 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.