Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridUpdateSourceTrigger Enumeration


In This Topic
    DataGridUpdateSourceTrigger Enumeration
    In This Topic
    Value representing the moment when data is to be written to the underlying data source.
    Syntax
    'Declaration
     
    Public Enum DataGridUpdateSourceTrigger 
       Inherits System.Enum
    'Usage
     
    Dim instance As DataGridUpdateSourceTrigger
    public enum DataGridUpdateSourceTrigger : System.Enum 
    Members
    MemberDescription
    CellContentChangedThe source is updated when the content of a cell is changed. Using this value will cause the source to be updated at every key stroke.
    CellEndingEditThe source is updated when a cell exits edit mode.
    RowEndingEditThe source is updated when a row exits edit mode.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.DataGrid.DataGridUpdateSourceTrigger

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also