Skip to main content

SchedulerControl.ShowPrintOptionsForm() Method

Invokes the Page Setup dialog.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: 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