Skip to main content
A newer version of this page is available. .

TreeViewLink.ImageCollection Property

Provides access to the link’s collection of images.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

[Browsable(false)]
public ImageCollection ImageCollection { get; }

Property Value

Type Description
ImageCollection

An ImageCollection object.

See Also