Gets or sets a value indicating how the grid updates modifed data when the grid loses focus.
[Visual Basic]
Public Property AllowUpdateOnBlur As Boolean
[C#]
public bool AllowUpdateOnBlur {get;set;}
[Delphi]
public property AllowUpdateOnBlur: Boolean read get_AllowUpdateOnBlur write set_AllowUpdateOnBlur;
Remarks
This property is ignored if the CausesValidation property of the grid is set to False.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |