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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public IBasePrintable PrintableComponent { get; }

Property Value

Type Description
IBasePrintable

An object implementing the IPrintable interface.

See Also