Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public bool ActualHideAfterUse { get; }

Property Value

Type Description
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 Type Path to ActualHideAfterUse
PdfViewerControl
.AttachmentsViewerSettings.ActualHideAfterUse
See Also