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

DocumentPreviewControl.HighlightCurrentPage Property

Specifies whether to display an additional border around the currently selected document page in a Document Preview. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public bool HighlightCurrentPage { get; set; }

Property Value

Type Description
Boolean

true, to highlight the currently selected page; otherwise, false.

See Also