| Visual Basic (Declaration) | |
|---|---|
Public Property DisplayStyle As UltraTreeDisplayStyle | |
| C# | |
|---|---|
public UltraTreeDisplayStyle DisplayStyle {get; set;} | |
This property determines the defaults for certain display and behaviors of the tree. Setting this property to WindowsVista will make the tree look more like the tree in Windows Explorer on the Windows Vista operating system.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win.UltraWinTree | |
| C# | Copy Code |
|---|---|
using Infragistics.Win.UltraWinTree; | |
