Infragistics2.Win.UltraWinTree.v8.1
UltraTreeDisplayStyle Enumeration
See Also  
Infragistics.Win.UltraWinTree Namespace : UltraTreeDisplayStyle Enumeration

Determines the display style of the tree which controls the appearance and behavior of nodes, expansion indicators, scrolling behavior, etc.

Syntax

Visual Basic (Declaration) 
Public Enum UltraTreeDisplayStyle 
   Inherits Enum
C# 
public enum UltraTreeDisplayStyle : Enum 

Members

MemberDescription
Default Display in the Default style (resolves to Standard).
Standard Display the tree like a standard tree control.
WindowsVista Display the tree like a WindowsVista tree control.

See Also