Skip to main content
.NET 6.0+

PrintingController.PrintPreviewAction Property

Represents the PrintPreview Action.

Namespace: DevExpress.ExpressApp.Win.SystemModule

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public SimpleAction PrintPreviewAction { get; }

Property Value

Type Description
SimpleAction

A SimpleAction object representing the Print Preview Action.

Remarks

The PrintPreview Action shows how the current View will be printed. An end-user can make changes in the prepared page; for example; add color, margins, header, footer and so on. To accomplish this, there are numerous options in the Preview window.

Tutorial_EM_Lesson3_1_0

The PrintPreview Action is added to the Print Action Container, which is available in the File main menu.

PrintingModule

This Action is also available in nested List Views.

PrintingModule_3

See Also