Back to Devexpress

DataGridView.IsEditing Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-693beec6.md

latest835 B
Original Source

DataGridView.IsEditing Property

Gets whether the focused cell is currently being edited. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public bool IsEditing { get; }

Property Value

TypeDescription
Boolean

true if the grid is in edit mode; otherwise, false.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace