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.v19.2.dll
Declaration
[Deprecated("Use the protected PdfViewerControl.OverlayPanel.ActualOverlay property instead.", DeprecationType.Deprecate, 1U)]
public bool ActualIsSettingsBarVisible { get; protected set; }
<Deprecated("Use the protected PdfViewerControl.OverlayPanel.ActualOverlay property instead.", DeprecationType.Deprecate, 1UI)>
Public Property ActualIsSettingsBarVisible As Boolean
Property Value
Type |
Description |
Boolean |
true if the settings bar is currently displayed; otherwise, false.
|
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
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...