Skip to main content
A newer version of this page is available. .

PrintableLink.PrintableControl Property

Gets the control that should be printed with the PrintableLink.

Namespace: DevExpress.WinUI.Printing

Assembly: DevExpress.WinUI.Printing.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public IPrintable PrintableControl { get; }

Property Value

Type Description
IPrintable

The control that should be printed.

See Also