PrintableChangedEventArgs.Printable Property
In This Article
Specifies an IPrintable control to be exported.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public IBasePrintable Printable { get; }
#Property Value
Type | Description |
---|---|
IBase |
An IPrintable object that is the control to be exported. |
See Also