Back to Devexpress

DocumentPreviewControl.HighlightCurrentPage Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-dc75d160.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public bool HighlightCurrentPage { get; set; }
vb
Public Property HighlightCurrentPage As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DocumentPreviewControl Class

DocumentPreviewControl Members

DevExpress.Xpf.Printing Namespace