Back to Devexpress

PdfAttachmentsViewerSettings.HideAfterUse Property

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

latest2.3 KB
Original Source

PdfAttachmentsViewerSettings.HideAfterUse Property

Gets or sets a value which specifies whether the PDF attachments viewer panel is hidden 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? 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 attachments viewer after opening or saving an attached file. The default value is Null.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to HideAfterUse
PdfViewerControl

.ActualAttachmentsViewerSettings .HideAfterUse

| | PdfViewerControl |

.AttachmentsViewerSettings .HideAfterUse

|

Remarks

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

See Also

PdfAttachmentsViewerSettings Class

PdfAttachmentsViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace