TreeViewLink.ImageCollection Property
Provides access to the link's collection of images.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ImageCollection ImageCollection { get; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property ImageCollection As ImageCollection
Property Value
Type | Description |
---|---|
ImageCollection | An ImageCollection object. |
Implements
DevExpress.XtraPrinting.Links.IWinLink.ImageCollection
See Also
Feedback