wpf-devexpress-dot-xpf-dot-printing-28357a09.md
The base class for all printing links within the DXPrinting library.
Namespace : DevExpress.Xpf.Printing
Assembly : DevExpress.Xpf.Printing.v25.2.dll
NuGet Package : DevExpress.Wpf.Printing
public abstract class LinkBase :
DependencyObject,
IDisposable,
ILink2,
ILink,
IDocumentSource
Public MustInherit Class LinkBase
Inherits DependencyObject
Implements IDisposable,
ILink2,
ILink,
IDocumentSource
The following members return LinkBase objects:
The LinkBase class implements all general functionality common to the SimpleLink, CollectionViewLink and PrintableControlLink.
Object DispatcherObject DependencyObject LinkBase LegacyPrintableComponentLink
See Also