UserControlComboBoxEditingControlEditingControlFormattedValue Property
Gets or sets the formatted value of the cell being modified by the editor
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Object EditingControlFormattedValue { get; set; }
Public Property EditingControlFormattedValue As Object
Get
Set
public:
virtual property Object^ EditingControlFormattedValue {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract EditingControlFormattedValue : Object with get, set
override EditingControlFormattedValue : Object with get, set
ObjectIDataGridViewEditingControlEditingControlFormattedValue