Back to Devexpress

LegacyPrintableComponentLink.PrintableComponent Property

wpf-devexpress-dot-xpf-dot-printing-dot-legacyprintablecomponentlink.md

latest1.3 KB
Original Source

LegacyPrintableComponentLink.PrintableComponent Property

Gets the component that is to be printed via LegacyPrintableComponentLink.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public IBasePrintable PrintableComponent { get; }
vb
Public ReadOnly Property PrintableComponent As IBasePrintable

Property Value

TypeDescription
IBasePrintable

An object implementing the IPrintable interface.

|

See Also

LegacyPrintableComponentLink Class

LegacyPrintableComponentLink Members

DevExpress.Xpf.Printing Namespace