Back to Devexpress

PdfCommentViewerSettings.TreeViewModel Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfcommentviewersettings-72b99ff9.md

latest1.6 KB
Original Source

PdfCommentViewerSettings.TreeViewModel Property

Retrieves the comment viewer tree’s View Model.This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public IPdfCommentTreeViewModel TreeViewModel { get; }
vb
Public ReadOnly Property TreeViewModel As IPdfCommentTreeViewModel

Property Value

TypeDescription
DevExpress.Pdf.Drawing.IPdfCommentTreeViewModel

The tree View Model.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TreeViewModel
PdfViewerControl

.ActualCommentViewerSettings .TreeViewModel

| | PdfViewerControl |

.CommentViewerSettings .TreeViewModel

|

See Also

PdfCommentViewerSettings Class

PdfCommentViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace