Skip to main content
.NET 6.0+

PrintableChangedEventArgs.Printable Property

Specifies an IPrintable control to be exported.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IBasePrintable Printable { get; }

Property Value

Type Description
IBasePrintable

An IPrintable object that is the control to be exported.

See Also