menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridLostFocusBehavior - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved