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

SchedulerOptionsPrint.PrintPreviewFormKind Property

Specifies the user interface of the Print Preview form.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[DefaultValue(PrintPreviewFormKind.Bars)]
public PrintPreviewFormKind PrintPreviewFormKind { get; set; }

Property Value

Type Default Description
PrintPreviewFormKind **Bars**

A PrintPreviewFormKind enumeration value.

Available values:

Name Description
Ribbon

The Print Preview form with the Ribbon user interface.

Bars

The Print Preview form with the Bars user interface.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintPreviewFormKind
SchedulerControl
.OptionsPrint.PrintPreviewFormKind

Remarks

The following image illustrate the default Print Preview form with bar user interface. This is the default form that is displayed when calling the SchedulerControl.ShowPrintPreview method.

PrintPreviewBars

To invoke the Print Preview form with the Ribbon user interface, set the PrintPreviewFormKind property to PrintPreviewFormKind.Ribbon. The form looks as follows:

PrintPreviewRibbon

See Also