UserControlComboBoxEditingControlEditingControlValueChanged Property
Gets or sets a value indicating whether the value of the editing control differs from the value of
the hosting cell.
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool EditingControlValueChanged { get; set; }
Public Property EditingControlValueChanged As Boolean
Get
Set
public:
virtual property bool EditingControlValueChanged {
bool get () sealed;
void set (bool value) sealed;
}
abstract EditingControlValueChanged : bool with get, set
override EditingControlValueChanged : bool with get, set
BooleanIDataGridViewEditingControlEditingControlValueChanged