Skip to main content
A newer version of this page is available. .

SchedulerControl.ShowPrintOptionsForm() Method

Invokes the Page Setup dialog.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public void ShowPrintOptionsForm()

Remarks

The ShowPrintOptionsForm method invokes the Page Setup dialog which allows the end-users to specify print settings, select and modify print styles contained in the SchedulerControl.PrintStyles collection.

See Also