Back to Devexpress

Page Setup Dialog

windowsforms-116419-controls-and-libraries-scheduler-visual-elements-dialogs-page-setup-dialog.md

latest1.5 KB
Original Source

Page Setup Dialog

  • Dec 15, 2019

The Page Setup dialog is invoked with the SchedulerControl.ShowPrintOptionsForm method. It allows the end-user to set the time interval and resources to print and specify various print options.

Format Tab

This tab allows the end-user to select a predefined print style or define a new style. The collection of print styles is available using the SchedulerControl.PrintStyles property.

Paper Tab

This tab allows the end-user to specify the page settings for the print style. In code you can use the SchedulerPrintStyle.PageSettings property.

Resources Tab

This tab allows the end-user to specify resources to print. In code you can use the ResourceOptions property of the print style.

See Also

ShowPrintOptionsForm()

Printing

Printing and Reporting