Back to Devexpress

PdfCommentViewerSettings.Filter Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfcommentviewersettings-959909ec.md

latest1.6 KB
Original Source

PdfCommentViewerSettings.Filter Property

Gets or sets filter options for the Comment pane. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public PdfCommentFilter Filter { get; set; }
vb
Public Property Filter As PdfCommentFilter

Property Value

TypeDescription
PdfCommentFilter

An object that contain available filters.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Filter
PdfViewerControl

.ActualCommentViewerSettings .Filter

| | PdfViewerControl |

.CommentViewerSettings .Filter

|

See Also

PdfCommentViewerSettings Class

PdfCommentViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace