Back to Devexpress

SchedulerCommands.ShowPrintPreviewCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands-ecc24b27.md

latest1.4 KB
Original Source

SchedulerCommands.ShowPrintPreviewCommand Property

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

Remarks

The ShowPrintPreviewCommand 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