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.v21.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

Property Value

Type Description
IEnumerable<TemplatedLink>

A collection of printing links.

See Also