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

DocumentViewerControl.ActualDocumentMapSettings Property

Provides access to the actual settings of the document map, which reflects the document structure in a tree-like form.

Namespace: DevExpress.Xpf.DocumentViewer

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

Declaration

public DocumentMapSettings ActualDocumentMapSettings { get; protected set; }

Property Value

Type Description
DocumentMapSettings

An object that specifies document map settings.

See Also