MultiColumnComboBoxEditingControlEditingControlFormattedValue 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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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