TreeView.ImageList Property (Typed) | |
An image list containing images to display for each item in the tree view.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ImageList AS ImageList GET SET
public virtual ImageList ImageList { get; set; }
Request Example
View SourceProperty Value
Type:
ImageListAn image list containing images to display for each item in the tree view.
See Also