Base Image CellNew Value Property
This is used to set or get the edited cell value
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? NewValue { get; set; }VB
Public Property NewValue As Object
Get
SetC++
public:
property Object^ NewValue {
Object^ get ();
void set (Object^ value);
}F#
member NewValue : Object with get, set