DataGridIsInEditMode Property
Gets a value indicating whether DataGrid is in edit mode.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public bool IsInEditMode { get; }
Public ReadOnly Property IsInEditMode As Boolean
Get
Property Value
Boolean
Edit mode means that either the custom editor or any of the built-in editors
are displayed and a cell is being edited.