DocumentViewerControl.ActualDocumentMapSettings Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
#Declaration
public DocumentMapSettings ActualDocumentMapSettings { get; protected set; }
#Property Value
Type | Description |
---|---|
Document |
An object that specifies document map settings. |
See Also