DataGridSetDataFromEditorToCell Field
Delegate to a method used to set data from your
CustomEditor
back to the edited DataGrid cell.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public CustomEditorDelegate SetDataFromEditorToCell
Public SetDataFromEditorToCell 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 set data from your
custom editor into the cell.