DataGridEditSelectedCell Method

Edits the currently selected cell either with custom editor or with built-in editor.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public void EditSelectedCell(
	bool bUseCustomEditor
)

Parameters

bUseCustomEditor  Boolean
True to use the CustomEditor; false to use the built-in one.

See Also