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
public bool IsEditing { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also