ListViewLink.ImageCollection Property
Provides access to the link’s collection of images.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ImageCollection ImageCollection { get; }
Property Value
Type | Description |
---|---|
ImageCollection | An ImageCollection object. |
See Also