DataGridEditCell Method

Shows editor for a specified cell.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public void EditCell(
	int nRowIndex,
	int nColumnIndex,
	bool bUseCustomEditor
)

Parameters

nRowIndex  Int32
Specifies the index of the row to edit.
nColumnIndex  Int32
Specifies the index of the column to edit.
bUseCustomEditor  Boolean
True to use CustomEditor; false to use built-in editor.

See Also