Skip to main content

PdfOverlaySettingsBase.IsSettingsBarVisible Property

Gets or sets whether to enable 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 bool IsSettingsBarVisible { get; set; }

Property Value

Type Description
Boolean

true to enable the Settings Bar; otherwise, false.

Property Paths

You can access this nested property as listed below:

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