WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum UpdateMode - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum UpdateMode

    Specifies the ENUM with the type of changes done to the underlying source when the record is edited.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public enum UpdateMode

    Fields

    Name Description
    Empty

    Empty value that is used internally.

    LostFocus

    Applies the changes when the current cell is out of focus or moved to another cell.

    PropertyChanged

    Applies the changes when a single value of a property is chnaged.

    RowCachedMode

    Applies the changes only when the focus moves to the next row.

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