Back to Devexpress

LinkBase Class

wpf-devexpress-dot-xpf-dot-printing-28357a09.md

latest2.0 KB
Original Source

LinkBase Class

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

Declaration

csharp
public abstract class LinkBase :
    DependencyObject,
    IDisposable,
    ILink2,
    ILink,
    IDocumentSource
vb
Public MustInherit Class LinkBase
    Inherits DependencyObject
    Implements 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.

Inheritance

Object DispatcherObject DependencyObject LinkBase LegacyPrintableComponentLink

TemplatedLink

CollectionViewLink

CompositeLink

SimpleLink

PrintableControlLink

See Also

LinkBase Members

DevExpress.Xpf.Printing Namespace