LinkCollection Class
In This Article
A collection of Link objects.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[ListBindable(BindableSupport.No)]
public class LinkCollection :
CollectionBase
#Related API Members
The following members return LinkCollection objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Composite |
Win |
Printing |
#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