UpdateSourceTrigger Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridControl Class : UpdateSourceTrigger Property

Gets or sets a value representing the moment when data is to be written to the underlying data source.

Syntax

Visual Basic (Declaration) 
Public Property UpdateSourceTrigger As DataGridUpdateSourceTrigger
C# 
public DataGridUpdateSourceTrigger UpdateSourceTrigger {get; set;}

Return Value

A DataGridUpdateSourceTrigger value representing the moment when data is to be written to the underlying data source. By default, RowEndingEdit.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also