Version

DataItemUpdateTrigger Enumeration

Used for specifying FieldSettings.DataItemUpdateTrigger property.
Syntax
'Declaration
 
Public Enum DataItemUpdateTrigger 
   Inherits System.Enum
public enum DataItemUpdateTrigger : System.Enum 
Members
MemberDescription
DefaultDefault is resolved to OnLeaveCell.
OnCellValueChangeThe data item's property for the associated Field is updated as soon as a cell’s value is changed. This will update the data item's property value as you type as long as the resulting value is valid, i.e passes all of the constraints enforced by the editor.
OnLeaveCellThe data item's property for the associated Field is updated when you leave the cell, i.e. exit edit mode.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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