Class LostFocusBehavior
Defines the constants that specify the behavior of the DataGrid when it loses focus.
Inheritance
System.Object
    LostFocusBehavior
  Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class LostFocusBehavior : EnumFields
Default
Specifies that the editing of current cell should not be ended when the DataGrid loses focus.
Declaration
public const LostFocusBehavior DefaultField Value
| Type | 
|---|
| LostFocusBehavior | 
EndEditCurrentCell
Specifies that the editing of current cell should be ended when the DataGrid loses focus.
Declaration
public const LostFocusBehavior EndEditCurrentCellField Value
| Type | 
|---|
| LostFocusBehavior |