CustomEditorEventArgsKeepInEditMode Property

Gets or sets a flag indicating whether the editor should be closed or not.

Definition

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

Property Value

Boolean

Remarks

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.

See Also