WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LostFocusBehavior

    Show / Hide Table of Contents

    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 Description
    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 Description
    LostFocusBehavior

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved