BaseImageCellEditingCellFormattedValue Property
Gets or sets the formatted value of the cell
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public Object EditingCellFormattedValue { get; set; }
Public Property EditingCellFormattedValue As Object
Get
Set
public:
virtual property Object^ EditingCellFormattedValue {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract EditingCellFormattedValue : Object with get, set
override EditingCellFormattedValue : Object with get, set
ObjectIDataGridViewEditingCellEditingCellFormattedValue