Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DocumentPreviewControl.ShowCoverPage Property

Specifies whether to display the first document page separately or alongside the next document page in the Two Pages view. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v24.2.dll

NuGet Package: DevExpress.Wpf.Printing

#Declaration

public bool ShowCoverPage { get; set; }

#Property Value

Type Description
Boolean

true, to display the first document page separately from the other pages; otherwise, false.

#Remarks

This command is enabled only when the Page Layout is set to Two Pages.

wpf-document-preview-ribbon-page-layout-menu

See Also