Skip to main content

IPrintable Interface

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

Namespace: DevExpress.WinUI.Printing

Assembly: DevExpress.WinUI.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public interface IPrintable

The following members return IPrintable objects:

Remarks

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

See Also