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

IPrintableControl Interface

When implemented by a class, enables it to print DevExpress controls.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public interface IPrintableControl

Remarks

This interface is implemented by the controls that integrate with the DXPrinting engine.

See Also