PdfViewerControl.ActualIsPageBarVisible Property
Returns whether the Page 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 ActualIsPageBarVisible { get; protected set; }
Property Value
Type | Description |
---|---|
Boolean | true if the page bar is currently displayed; otherwise, false. |
Remarks
The PdfViewerControl.IsPageBarVisible property specifies whether the page bar is available to end-users. If it is set to true, the page bar appears for a short time when the current page changes.
See Also