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

DocumentMapControl.HighlightedItem Property

Gets the Document Map’s currently highlighted item. This is a dependency property.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v19.1.Core.dll

Declaration

public object HighlightedItem { get; protected set; }

Property Value

Type Description
Object

An object that specifies the currently highlighted item.

See Also