$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
TreeView Control for Windows Forms
Build complex navigation systems and display complex hierarchical structures
Home > WinForms UI Controls > User Manual > TreeView Data Binding in C#

KetticTreeView Data Binding in C#.NET

KetticTreeView control for Windows Forms provides a powerful data binding support, drag and drop items capability. It is able to create complicated navigation systems to display hierarchical structures and deeply improve the navigation and the UI design of your Windows applications. The developers can just configure a simple property of the control to bind the TreeView to any data sources or object that implements IList, IListSource, IBindingList, generic lists, and BindingSource, in C# Window Forms applications.

C# Binding KetticTreeView to Generic List

KetticTreeView support data binding to any data sources or objects that implements IList, IListSource, IBindingList, generic lists, and BindingSource, in C# Window Forms applications. The business objects data binding of KetticTreeView is achieved by using the DataSource property of this tree view component. It contains a few properties for accomplishing data binding. The DataSource, ShowMember, and ValueMember.

Bind KetticTreeView to Database in C#.NET

KetticTreeView WinForms control allows the developers to easily bind it to database data and show data in tree view. KetticTreeView provides the RelationBindings collection for the UI designers to bind itself to database data. The collection is capable of creating tree levels as data binding and its object includes the parent data and child data that will be bound to, as well as the data columns populating the Text and Value properties of TreeView nodes.

Load XML to KetticTreeView for Data Binding

When using the KetticTreeView control, the developers are able to bind this control to XML data source in Windows Forms application. KetticTreeView control for WinForms provides two options available for the interface designers to accomplish the XML data binding. One is to directly load the XML data to the KetticTreeView in Windows Forms, the other is to load the XML data to a DataSet for KetticTreeView data binding.
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls