DataGridSetDataFromEditorToCell Field

Delegate to a method used to set data from your CustomEditor back to the edited DataGrid cell.

Definition

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

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 set data from your custom editor into the cell.

See Also