| Visual Basic (Declaration) | |
|---|---|
Public Property DataMember As String | |
| C# | |
|---|---|
public string DataMember {get; set;} | |
The following code sample demonstrates how to use the data binding related properties and events of the UltraTree control to display relational data from a DataSet in the OutlookExpress view style.
For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific information and code examples illustrating how to consume events in your application, see Consuming Events in the .NET Framework Developer's Guide.
For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific information and code examples illustrating how to consume events in your application, see Consuming Events in the .NET Framework Developer's Guide.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win | |
| C# | Copy Code |
|---|---|
using Infragistics.Win; | |
