Skip to main content

PrintableLink.PrintableControl Property

Gets the control that should be printed with the PrintableLink.

Namespace: DevExpress.WinUI.Printing

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

NuGet Package: DevExpress.WinUI

Declaration

public IPrintable PrintableControl { get; }

Property Value

Type Description
IPrintable

The control that should be printed.

See Also