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

LegacyPrintableComponentLink.PrintableComponent Property

Gets the component that is to be printed via LegacyPrintableComponentLink.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public IPrintable PrintableComponent { get; }

Property Value

Type Description
IPrintable

An object implementing the IPrintable interface.

See Also