User Control Combo Box Editing ControlReposition Editing Control On Value Change Property
Gets or sets a value indicating whether the cell contents need to be repositioned whenever the value
changes.
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 bool RepositionEditingControlOnValueChange { get; }VB
Public ReadOnly Property RepositionEditingControlOnValueChange As Boolean
GetC++
public:
virtual property bool RepositionEditingControlOnValueChange {
bool get () sealed;
}F#
abstract RepositionEditingControlOnValueChange : bool with get
override RepositionEditingControlOnValueChange : bool with getProperty Value
BooleanImplements
IDataGridViewEditingControlRepositionEditingControlOnValueChangeRemarks
This always returns false.