ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.SuspendBinding Method

Instructs the grid to temporarily ignore IBindingList.ListChange notifications from the data source.

[Visual Basic]

Public Sub SuspendBinding()

[C#]

public void SuspendBinding()

[Delphi]

public procedure SuspendBinding();

Example

The following code temporarily suspends data binding:

·      Visual Basic

       Me.C1TrueDBGrid1.SuspendBinding()

·      C#

       this.c1TrueDBGrid1.SuspendBinding();

·      Delphi

       Self.C1TrueDBGrid1.SuspendBinding;

See Also

C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.