BaseImageCellEditingCellFormattedValue Property
Gets or sets the formatted value of the cell
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Object EditingCellFormattedValue { get; set; }
Public Property EditingCellFormattedValue As Object
Get
Set
public:
virtual property Object^ EditingCellFormattedValue {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract EditingCellFormattedValue : Object with get, set
override EditingCellFormattedValue : Object with get, set
ObjectIDataGridViewEditingCellEditingCellFormattedValue