Back to Devexpress

LinkCollection Class

corelibraries-devexpress-dot-xtraprinting-1957052e.md

latest1.9 KB
Original Source

LinkCollection Class

A collection of Link objects.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ListBindable(BindableSupport.No)]
public class LinkCollection :
    CollectionBase
vb
<ListBindable(BindableSupport.No)>
Public Class LinkCollection
    Inherits CollectionBase

The following members return LinkCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryCompositeLinkBase.Links
WinForms ControlsPrintingSystem.Links

Remarks

The LinkCollection class provides methods to add, remove, access individual links and perform other common collection management tasks. The LinkCollection.CopyFrom method allows you to add all Link objects from a one-dimensional array into a current collection.

Inheritance

Object CollectionBase LinkCollection

See Also

LinkCollection Members

Printing Links

DevExpress.XtraPrinting Namespace