DataGridViewTextBoxEditingControl::GetEditingControlFormattedValue Method (DataGridViewDataErrorContexts)

 

Retrieves the formatted value of the cell.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual Object^ GetEditingControlFormattedValue(
	DataGridViewDataErrorContexts context
)

Parameters

context
Type: System.Windows.Forms::DataGridViewDataErrorContexts

One of the DataGridViewDataErrorContexts values that specifies the data error context.

Return Value

Type: System::Object^

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

.NET Framework
Available since 2.0
Return to top
Show: