BaseImageCellNewValue Property
This is used to set or get the edited cell value
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Object NewValue { get; set; }
Public Property NewValue As Object
Get
Set
public:
property Object^ NewValue {
Object^ get ();
void set (Object^ value);
}
member NewValue : Object with get, set
Property Value
Object