C1.Win.TreeView Namespace / C1TreeView Class / ImageList Property

In This Topic
ImageList Property (C1TreeView)
In This Topic
Gets or sets the image list used to provide images to show on the tree nodes.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TreeView.ImageList", "Gets or sets the image list used to provide images to show on the tree nodes.")>
<C1CategoryAttribute("Appearance")>
<DefaultValueAttribute("")>
Public Property ImageList As ImageList
 
See Also