Infragistics2.Win.UltraWinListView.v8.1
ImageList Property
See Also 
Infragistics.Win.UltraWinListView Namespace > UltraListViewSettingsBase Class : ImageList Property

Gets/sets the ImageList component that is used to provide images for the items displayed with this View setting.

Syntax

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

See Also