Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFViewerOptionsAttachments.Visible Property

Specifies whether the “Attachments” page’s tab is displayed on the PDF Viewer control’s Navigation pane.

#Declaration

Delphi
property Visible; default bDefault;

#Property Value

Type Default
TdxDefaultBoolean bDefault

#Remarks

You can use this property to explicitly hide or display the “Attachments” page tab on the Navigation pane. Options include:

Value Description
bFalse The “Attachments” page’s tab is always hidden.
bTrue The “Attachments” page’s tab is always visible, even if the loaded document includes no attachments.
bDefault The “Attachments” page’s tab is visible only if the loaded document has at least a single attachment.

The default Visible property value is bDefault.

See Also