Skip to main content

CompositeLink.Links Property

Gets a collection of links belonging to the CompositeLink object.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

Property Value

Type Description
IEnumerable<TemplatedLink>

A collection of printing links.

See Also