Skip to main content
A newer version of this page is available. .

LinkBase Class

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

Namespace: DevExpress.Xpf.Printing

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

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