Xceed DataGrid for Silverlight Documentation
UpdateSourceTrigger Enumeration
Members 


Value representing the moment when data is to be written to the underlying data source.
Syntax
'Declaration
 
Public Enum UpdateSourceTrigger 
   Inherits System.Enum
'Usage
 
Dim instance As UpdateSourceTrigger
public enum UpdateSourceTrigger : System.Enum 
Members
MemberDescription
CellEndEditThe source is updated when a cell exits edit mode.
PropertyChangedThe 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.
RowEndEditThe source is updated when a row exits edit mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Silverlight.DataGrid.UpdateSourceTrigger

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

Xceed.Silverlight.DataGrid Namespace

Send Feedback