Skip to main content

PdfOverlaySettingsBase.AttachmentsPanelLocation Property

Gets or sets the object that specifies the location of the Attachments panel. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public IPdfOverlayBarLocation AttachmentsPanelLocation { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Controls.IPdfOverlayBarLocation

An object implementing the DevExpress.UI.Xaml.Controls.IPdfOverlayBarLocation interface.

Property Paths

You can access this nested property as listed below:

Object Type Path to AttachmentsPanelLocation
PdfViewerControl
.ActualOverlaySettings .AttachmentsPanelLocation
PdfViewerControl
.OverlaySettings .AttachmentsPanelLocation
See Also