DataGridSetDataFromCellToEditor Field

Delegate to a method used to provide data from the edited DataGrid cell to CustomEditor.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public CustomEditorDelegate SetDataFromCellToEditor

Field Value

CustomEditorDelegate

Remarks

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.

See Also