Skip to main content

PdfOverlaySettingsBase.HidePageBarDelay Property

Gets or sets the time interval for which the Page Bar is being displayed when the current page changess. 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 TimeSpan HidePageBarDelay { get; set; }

Property Value

Type Description
TimeSpan

A System.TimeSpan object that represents the time interval for which the page bar is being displayed.

Property Paths

You can access this nested property as listed below:

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