Skip to main content

LegacyPrintableComponentLink.PrintableComponent Property

Gets the component that is to be printed via LegacyPrintableComponentLink.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public IBasePrintable PrintableComponent { get; }

Property Value

Type Description
IBasePrintable

An object implementing the IPrintable interface.

See Also