Back to Devexpress

DocumentViewerControl.ActualDocumentMapSettings Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-documentviewercontrol-a40d8acb.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public DocumentMapSettings ActualDocumentMapSettings { get; protected set; }
vb
Public Property ActualDocumentMapSettings As DocumentMapSettings

Property Value

TypeDescription
DocumentMapSettings

An object that specifies document map settings.

|

See Also

DocumentViewerControl Class

DocumentViewerControl Members

DevExpress.Xpf.DocumentViewer Namespace