Skip to main content

PrintableControlLink(IPrintableControl) Constructor

Initializes a new instance of the PrintableControlLink class with the specified control.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public PrintableControlLink(
    IPrintableControl printableControl
)

Parameters

Name Type Description
printableControl IPrintableControl

An object implementing the IPrintableControl interface that is the control to be printed using the PrintableControlLink.

See Also