Multi Column Combo Box Editing ControlGet Editing Control 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 GetEditingControlFormattedValue(
DataGridViewDataErrorContexts context
)VB
Public Function GetEditingControlFormattedValue (
context As DataGridViewDataErrorContexts
) As ObjectC++
public:
virtual Object^ GetEditingControlFormattedValue(
DataGridViewDataErrorContexts context
) sealedF#
abstract GetEditingControlFormattedValue :
context : DataGridViewDataErrorContexts -> Object
override GetEditingControlFormattedValue :
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