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.v14.2.dll

#Declaration

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

#Returned By

The LinkPreviewModel.Link property returns an instance of LinkBase.

#Remarks

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

See Also