DataGridIsInEditMode Property

Gets a value indicating whether DataGrid is in edit mode.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public bool IsInEditMode { get; }

Property Value

Boolean

Remarks

Edit mode means that either the custom editor or any of the built-in editors are displayed and a cell is being edited.

See Also