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

CompositeLink.Links Property

Gets a collection of links belonging to the CompositeLink object.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

Property Value

Type Description
IEnumerable<TemplatedLink>

A collection of printing links.

See Also