This example illustrates how to customize PrintDialog in PrintPreview.
Note :
To show the default .Net Print Dialog instead of our PrintDialog, execute the following code :
[C#]
DevExpress.XtraEditors.Preview.PrintDialogRunner.Instance = DevExpress.XtraEditors.Preview.DefaultPrintDialogRunner();