TreeView for ASP.NET WebForms
NodeBinding Collection Editor
Design-Time Support > NodeBinding Collection Editor

The C1TreeView control includes a collection editor that allows you to add or remove databindings from the C1TreeViewNodeCollection, as well as specify binding properties.

There are two ways to access the C1TreeViewNodeBinding Collection Editor:

From the C1TreeView Tasks menu:

  1. Click the smart tag in the upper-right corner of the C1TreeView control to open the C1TreeView Tasks menu.
  2. Select Edit databindings. The Bindings Collection Editor appears.

From the TreeView Designer Form:

  1. Click the smart tag in the upper-right corner of the C1TreeView control to open the C1TreeView Tasks menu.
  2. Select Edit TreeView. The TreeView Designer Form appears.
  3. With the C1TreeView control selected, click the ellipsis button next to the DataBindings property. The C1TreeViewNodeBinding Collection Editor appears. This dialog box, although it appears slightly different, is essentially the same as and contains the same properties as the Bindings Collection Editor.
See Also