Back to Devexpress

DataGridView.OpenEditor(Int32, String) Method

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-dot-openeditor-x28-system-dot-int32-system-dot-string-x29.md

latest1.6 KB
Original Source

DataGridView.OpenEditor(Int32, String) Method

Invokes an in-place editor for the specified cell.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public void OpenEditor(
    int rowHandle,
    string fieldName
)

Parameters

NameTypeDescription
rowHandleInt32

The handle of the row that contains the edited cell.

| | fieldName | String |

The name of the field used to create the column that contains the edited cell.

|

Remarks

Use the DataGridView.EditorShowMode property to allow users to modify grid data in cell in-place editors. This property specifies a gesture that should invoke an in-place editor for a cell.

To open and close a cell in-place editor in code, use the OpenEditor and CloseEditor methods.

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace