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

PrintableControlLink(IPrintableControl) Constructor

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

Namespace: DevExpress.Xpf.Printing

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

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