Back to Devexpress

CompositeLinkBase.Links Property

corelibraries-devexpress-dot-xtraprintinglinks-dot-compositelinkbase.md

latest1.5 KB
Original Source

CompositeLinkBase.Links Property

Gets a collection of links of a CompositeLinkBase object.

Namespace : DevExpress.XtraPrintingLinks

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public LinkCollection Links { get; }
vb
Public ReadOnly Property Links As LinkCollection

Property Value

TypeDescription
LinkCollection

A LinkCollection object.

|

Remarks

This property provides access to the collection of links to be printed via the current CompositeLinkBase instance.

For more details, see Printing Links.

See Also

CompositeLinkBase Class

CompositeLinkBase Members

DevExpress.XtraPrintingLinks Namespace