Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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