Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PrintableChangedEventArgs.Printable Property

Specifies an IPrintable control to be exported.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public IPrintable Printable { get; }

Property Value

Type Description
IPrintable

An IPrintable object that is the control to be exported.

See Also