DataGridViewCheckBoxCell.GetEditingCellFormattedValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the formatted value of the cell while it is in edit mode.
public:
virtual System::Object ^ GetEditingCellFormattedValue(System::Windows::Forms::DataGridViewDataErrorContexts context);
public virtual object GetEditingCellFormattedValue (System.Windows.Forms.DataGridViewDataErrorContexts context);
public virtual object? GetEditingCellFormattedValue (System.Windows.Forms.DataGridViewDataErrorContexts context);
abstract member GetEditingCellFormattedValue : System.Windows.Forms.DataGridViewDataErrorContexts -> obj
override this.GetEditingCellFormattedValue : System.Windows.Forms.DataGridViewDataErrorContexts -> obj
Public Overridable Function GetEditingCellFormattedValue (context As DataGridViewDataErrorContexts) As Object
Parameters
- context
- DataGridViewDataErrorContexts
A bitwise combination of DataGridViewDataErrorContexts values that describes the context in which any formatting error occurs.
Returns
An Object representing the formatted value of the editing cell.
Implements
Exceptions
The FormattedValueType property value is null
.
Remarks
When context
includes the ClipboardContent value, this method returns an Object that you can cast to a String representation of the value. Otherwise, this method returns a Boolean or a CheckState value, depending on the value of the FormattedValueType property.
Applies to
See also
.NET