PdfViewerControl.ActualIsSettingsBarVisible Property
Returns whether the Settings Bar is currently displayed. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
[Deprecated("Use the protected PdfViewerControl.OverlayPanel.ActualOverlay property instead.", DeprecationType.Deprecate, 1U)]
public bool ActualIsSettingsBarVisible { get; protected set; }
Property Value
Type | Description |
---|---|
Boolean | true if the settings bar is currently displayed; otherwise, false. |
Remarks
The PdfViewerControl.IsSettingsBarVisible property specifies whether the settings bar is available to end-users. If it is set to true, the settings bar appears when the end-user right-clicks or taps anywhere within the PDF Viewer.
See Also