WPF

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

    Show / Hide Table of Contents

    Enum LostFocusBehavior

    Defines the constants that specify the behavior of the DataGrid when it loses focus.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum LostFocusBehavior

    Fields

    Name Description
    Default

    Specifies that the editing of current cell should not be ended when the DataGrid loses focus.

    EndEditCurrentCell

    Specifies that the editing of current cell should be ended when the DataGrid loses focus.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved