Skip to main content

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

NuGet Package: DevExpress.Wpf.PdfViewer

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
.ActualAttachmentsViewerSettings .ActualHideAfterUse
PdfViewerControl
.AttachmentsViewerSettings .ActualHideAfterUse
See Also