Infragistics2.Win.UltraWinTree.v8.1
ImageList Property
See Also 
Infragistics.Win.UltraWinTree Namespace > UltraTree Class : ImageList Property

Gets/sets the ImageList that contains the Image objects used by the tree nodes.

Syntax

Visual Basic (Declaration) 
Public Property ImageList As ImageList
C# 
public ImageList ImageList {get; set;}

See Also