SchedulerOptionsPrint.PrintPreviewFormKind Property
Specifies the user interface of the Print Preview form.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[DefaultValue(PrintPreviewFormKind.Bars)]
public PrintPreviewFormKind PrintPreviewFormKind { get; set; }
Property Value
Type | Default | Description |
---|---|---|
PrintPreviewFormKind | Bars | A PrintPreviewFormKind enumeration value. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PrintPreviewFormKind |
---|---|
SchedulerControl |
|
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.
To invoke the Print Preview form with the Ribbon user interface, set the PrintPreviewFormKind property to PrintPreviewFormKind.Ribbon. The form looks as follows:
See Also