Class DataGridLostFocusBehavior
Describe the constants that specify the behavior of the DataGrid when it loses focus.
Inheritance
System.Object
DataGridLostFocusBehavior
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridLostFocusBehavior : Enum
Fields
Default
Specifies that the editing of current cell should not be ended when the SfDataGrid loses focus.
Declaration
public const DataGridLostFocusBehavior Default
Field Value
Type |
---|
DataGridLostFocusBehavior |
EndEditCurrentCell
Specifies that the editing of current cell should be ended when the SfDataGrid loses focus.
Declaration
public const DataGridLostFocusBehavior EndEditCurrentCell
Field Value
Type |
---|
DataGridLostFocusBehavior |