ImageList Property (C1TreeView)
Gets or sets the image list used to provide images to show on the tree nodes.
[C1Description("C1TreeView.ImageList", "Gets or sets the image list used to provide images to show on the tree nodes.")]
[C1Category("Appearance")]
[DefaultValue("")]
public ImageList ImageList {get; set;}
'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