DataGridSetDataFromCellToEditor Field
Delegate to a method used to provide data from the edited DataGrid cell
to
CustomEditor.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public CustomEditorDelegate SetDataFromCellToEditor
Public SetDataFromCellToEditor As CustomEditorDelegate
Field Value
CustomEditorDelegate
If you try to edit a cell with custom editor, add a method to this delegate. It
will be used by
DataGrid to get data from the cell into your
custom editor.