| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property BandName As String | |
| C# | |
|---|---|
public string BandName {get;} | |
If this node is a band node, then the BandName indicates the name of the table, relationship, or other list object represented by the node. If this is a regular databound node, the Band Name returns the name of the band to which the node belongs.
The following code sample demonstrates how to use some of the UltraTreeNode's data binding related properties to inspect the state of the node.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win | |
| C# | Copy Code |
|---|---|
using Infragistics.Win; | |
