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

PrintableChangedEventArgs.Printable Property

Specifies an IPrintable control to be exported.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public IPrintable Printable { get; }

Property Value

Type Description
IPrintable

An IPrintable object that is the control to be exported.

See Also