LinkBase Class
In This Article
The base class for all printing links within the DXPrinting library.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public abstract class LinkBase :
DependencyObject,
IDisposable,
ILink2,
ILink,
IDocumentSource
#Related API Members
The following members return LinkBase objects:
#Remarks
The LinkBase class implements all general functionality common to the SimpleLink, CollectionViewLink and PrintableControlLink.
#Inheritance
See Also