BaseImageCellNewValue Property
This is used to set or get the edited cell value
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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