Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PrintingController.PrintPreviewAction Property

Represents the PrintPreview Action.

Namespace: DevExpress.ExpressApp.Win.SystemModule

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

#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