Back to Devexpress

PdfCommentViewerSettings.HideAfterUse Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfcommentviewersettings-9ad99bcd.md

latest2.2 KB
Original Source

PdfCommentViewerSettings.HideAfterUse Property

Gets or sets a value which specifies whether the PDF comment viewer panel is hidden after various actions with annotations. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool? HideAfterUse { get; set; }
vb
Public Property HideAfterUse As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

The Nullable<T><Boolean,> value that specifies whether to hide the comments viewer. The default value is Null.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to HideAfterUse
PdfViewerControl

.ActualCommentViewerSettings .HideAfterUse

| | PdfViewerControl |

.CommentViewerSettings .HideAfterUse

|

Remarks

If the HideAfterUse property is set to Null , the attachments viewer panel visibility is defined by the value of the PdfCommentViewerSettings.HideCommentViewer property.

See Also

PdfCommentViewerSettings Class

PdfCommentViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace