Skip to main content

DxDocumentViewerProgressBarSettings.KeepOnVisibleArea Property

Gets or sets whether the progress bar keeps its position in a visible area when a user scrolls a web page.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.2.JSBasedControls.Common.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common

Declaration

[Parameter]
public bool KeepOnVisibleArea { get; set; }

Property Value

Type Description
Boolean

True if the progress bar keeps its position when a page scrolls; otherwise, false.

Remarks

When KeepOnVisibleArea is true, the progress bar retains its position in the browser window when the user scrolls the window.

When KeepOnVisibleArea is false, the progress bar scrolls along with the window contents.

The following image demonstrates the progress bar when the KeepOnVisibleArea is set to true:

See Also