Skip to main content

PrintingController.PrintPreviewAction Property

Represents the PrintPreview Action.

Namespace: DevExpress.ExpressApp.Win.SystemModule

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

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

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. This Action is also available in nested List Views.

PrintingModule

See Also