DataGridEditSelectedCell Method
Edits the currently selected cell either with custom editor or with built-in editor.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public void EditSelectedCell(
bool bUseCustomEditor
)
Public Sub EditSelectedCell (
bUseCustomEditor As Boolean
)
Parameters
- bUseCustomEditor Boolean
- True to use the CustomEditor; false to use the built-in one.