Skip to main content

LinkBase Class

The base class for all printing links within the DXPrinting library.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public abstract class LinkBase :
    DependencyObject,
    IDisposable,
    ILink2,
    ILink,
    IDocumentSource

The following members return LinkBase objects:

Remarks

The LinkBase class implements all general functionality common to the SimpleLink, CollectionViewLink and PrintableControlLink.

See Also