DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRowPropertyInfo Class / ImmediateUpdate Property

In This Topic
    ImmediateUpdate Property (ViewRowPropertyInfo)
    In This Topic
    Gets or sets a boolean value indicating whether changes made to this property through data binding must be immediately sent to the corresponding view item even if the view in editing mode.
    Syntax
    'Declaration
     
    Public Property ImmediateUpdate As Boolean
    public bool ImmediateUpdate {get; set;}
    See Also