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 : Enum
Fields
Default
Specifies that the editing of current cell should not be ended when the DataGrid loses focus.
Declaration
public const LostFocusBehavior Default
Field Value
Type |
---|
LostFocusBehavior |
EndEditCurrentCell
Specifies that the editing of current cell should be ended when the DataGrid loses focus.
Declaration
public const LostFocusBehavior EndEditCurrentCell
Field Value
Type |
---|
LostFocusBehavior |