| Visual Basic (Declaration) | |
|---|---|
Public Property FullRowSelect As Boolean | |
| C# | |
|---|---|
public bool FullRowSelect {get; set;} | |
Note: This property is ignored when either ShowLines or ShowRootLines is true.
The following sample code initializes various properties on an UltraWinTree control and illustrates how to populate the tree.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win.UltraWinTree | |
| C# | Copy Code |
|---|---|
using Infragistics.Win.UltraWinTree; | |
