CustomEditorEventArgsKeepInEditMode Property
Gets or sets a flag indicating whether the editor should be closed or not.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public bool KeepInEditMode { get; set; }
Public Property KeepInEditMode As Boolean
Get
Set
Property Value
Boolean
You would use this functionality if the data validation failed and you wish
to keep the editor displayed to force the user to enter a valid input.