Skip to main content

PdfOverlaySettingsBase.SettingsBarLocation Property

Gets or sets the object that specifies the location of the Settings Bar. 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 SettingsBarLocation { 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 SettingsBarLocation
PdfViewerControl
.ActualOverlaySettings .SettingsBarLocation
PdfViewerControl
.OverlaySettings .SettingsBarLocation
See Also