Appends the specified System.Web.UI.WebControls.TreeNodeBinding object to the end of the System.Web.UI.WebControls.TreeNodeBindingCollection object.
- binding
- The System.Web.UI.WebControls.TreeNodeBinding to append.
The zero-based index of the location of the added System.Web.UI.WebControls.TreeNodeBinding in the System.Web.UI.WebControls.TreeNodeBindingCollection.
Use the TreeNodeBindingCollection.Add(TreeNodeBinding) method to append the specified System.Web.UI.WebControls.TreeNodeBinding object to the end of the System.Web.UI.WebControls.TreeNodeBindingCollection object.
As an alternative, you can insert a System.Web.UI.WebControls.TreeNodeBinding object in the System.Web.UI.WebControls.TreeNodeBindingCollection at a specific index using the TreeNodeBindingCollection.Insert(int, TreeNodeBinding) method.