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