PrintingController.PrintPreviewAction Property
In This Article
Represents the PrintPreview Action.
Namespace: DevExpress.ExpressApp.Win.SystemModule
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public SimpleAction PrintPreviewAction { get; }
#Property Value
Type | Description |
---|---|
Simple |
A Simple |
#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.
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.
See Also