Base Image CellEditing Cell Formatted Value Property
Gets or sets the formatted value of the cell
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Object EditingCellFormattedValue { get; set; }VB
Public Property EditingCellFormattedValue As Object
Get
SetC++
public:
virtual property Object^ EditingCellFormattedValue {
Object^ get () sealed;
void set (Object^ value) sealed;
}F#
abstract EditingCellFormattedValue : Object with get, set
override EditingCellFormattedValue : Object with get, set