Back to Devexpress

PrintingController.PrintableControl Property

expressappframework-devexpress-dot-expressapp-dot-win-dot-systemmodule-dot-printingcontroller-1ca14cca.md

latest1.9 KB
Original Source

PrintingController.PrintableControl Property

Specifies the control to be printed using the PrintingController.

Namespace : DevExpress.ExpressApp.Win.SystemModule

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
[Browsable(false)]
public IPrintable PrintableControl { get; }
vb
<Browsable(False)>
Public ReadOnly Property PrintableControl As IPrintable

Property Value

TypeDescription
IPrintable

An IPrintable control to be printed using the PrintingController.

|

See Also

How to: Create a Printable ListView Descendant Implementing the IPrintable Interface

PrintingController Class

PrintingController Members

DevExpress.ExpressApp.Win.SystemModule Namespace