LegacyPrintableComponentLink.PrintableComponent Property
In This Article
Gets the component that is to be printed via LegacyPrintableComponentLink.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public IBasePrintable PrintableComponent { get; }
#Property Value
Type | Description |
---|---|
IBase |
An object implementing the IPrintable interface. |
See Also