PrintPreviewFormExBase.ShowDialog() Method
In This Article
Invokes the Print Preview Form form which is shown modally.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
public DialogResult ShowDialog()
#Returns
Type | Description |
---|---|
Dialog |
A Dialog |
#Remarks
This method creates and modally shows the Print Preview Form using the default look-and-feel settings used in the current project. To show the Print Preview Form using any particular UserLookAndFeel settings, use the overloaded ShowDialog method with the lookAndFeel parameter.
See Also