Skip to main content

TreeViewLink.Images Property

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

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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.

At runtime, the Page Content Editor is available only if the LinkBase.EnablePageDialog property is enabled.

See Also