True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / AllowUpdateOnBlur Property

In This Topic
    AllowUpdateOnBlur Property (C1TrueDBGrid)
    In This Topic
    Gets or sets a value indicating how the grid updates modifed data when the grid loses focus.
    Syntax
    'Declaration
     
    Public Property AllowUpdateOnBlur As System.Boolean
    public System.bool AllowUpdateOnBlur {get; set;}
    See Also