Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ListViewLink.Images Property

A collection of images which can be added to the Page Headers and Footers.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v24.2.dll

NuGet Package: DevExpress.Win.Printing

#Declaration

public Images Images { get; }

#Property Value

Type Description
Images

An Images object which represents a collection of images that can be used in the report.

#Remarks

The Images class stores images which can be added to page headers/footers. Images can be added to page headers/footers both at design time and runtime using the Page Content Editor or in code. At design time, the Page Content Editor is invoked via the LinkBase.PageHeaderFooter property.

Note that at runtime the Page Content Editor is available only if the LinkBase.EnablePageDialog property is enabled.

See Also