PdfCommentViewerSettings.Filter Property
In This Article
Gets or sets filter options for the Comment pane. This is a dependency property.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public PdfCommentFilter Filter { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
An object that contain available filters. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Filter |
---|---|
Pdf |
|
Pdf |
|
See Also