Skip to main content

GridControl.CloseEditor(Boolean) Method

Closes a data row editor (an in-place editor or edit form, depending on the edit mode set in the grid).

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public void CloseEditor(
    bool applyChanges
)

Parameters

Name Type Description
applyChanges Boolean

true, to apply cell values modified in a row editor; otherwise, false.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

When a row editor is closed, the GridControl.EndRowEdit event occurs.

See Also