ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRowPropertyInfo Class / ImmediateUpdate Property

In This Topic
    ImmediateUpdate Property
    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 System.Boolean
    public System.bool ImmediateUpdate {get; set;}
    See Also