Back to Devexpress

PdfAttachmentsViewerSettings.ActualHideAfterUse Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfattachmentsviewersettings-d1c2ed86.md

latest1.8 KB
Original Source

PdfAttachmentsViewerSettings.ActualHideAfterUse Property

Gets the actual value of the attachments viewer panel visibility after opening or saving an attached file.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool ActualHideAfterUse { get; }
vb
Public ReadOnly Property ActualHideAfterUse As Boolean

Property Value

TypeDescription
Boolean

true, if the attachments panel is hidden after opening or saving an attached file; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ActualHideAfterUse
PdfViewerControl

.ActualAttachmentsViewerSettings .ActualHideAfterUse

| | PdfViewerControl |

.AttachmentsViewerSettings .ActualHideAfterUse

|

See Also

PdfAttachmentsViewerSettings Class

PdfAttachmentsViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace