GridControl.CloseEditor(Boolean) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
apply |
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 Grid
When a row editor is closed, the GridControl.EndRowEdit event occurs.
See Also