Back to Devexpress

SchedulerCommands.ShowPrintPreviewDialogCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands-883ac8c3.md

latest1.4 KB
Original Source

SchedulerCommands.ShowPrintPreviewDialogCommand Property

Gets or sets a command used to invoke the Print Preview dialog.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ICommand ShowPrintPreviewDialogCommand { get; set; }
vb
Public Property ShowPrintPreviewDialogCommand As ICommand

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

Remarks

The ShowPrintPreviewDialogCommand accepts a DevExpress.Xpf.Scheduling.ReportTemplate enumerable value as a parameter that specifies the template.

See Also

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace