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

#Declaration

public IPrintable PrintableComponent { get; }

#Property Value

Type Description
IPrintable

An object implementing the DevExpress.XtraPrinting.IPrintable interface.

See Also