ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBDropdown.Rebind Method ()

Reinitializes grid with data from its data source.

[Visual Basic]

Overloads Public Sub Rebind()

[C#]

public void Rebind()

[Delphi]

public procedure Rebind(); overload;

Example

The following code uses the Rebind method to reset column bindings from the data source:

·      Visual Basic

       Me.C1TrueDBDropdown1.Rebind()

·      C#

       this.c1TrueDBDropdown1.Rebind();

·      Delphi

       Self.c1TrueDBDropdown1.Rebind;

See Also

C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace | C1TrueDBDropdown.Rebind Overload List


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