| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property IsBandNode As Boolean | |
| C# | |
|---|---|
public bool IsBandNode {get;} | |
A band node is a node used in a databound tree to separate bands. The band node represents a table, relationship, or other list object in the underlying data source.
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; | |
