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.v25.2.JSBasedControls.Common.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
| KeepOnVisibleArea Value | Behavior |
|---|---|
true |
The progress bar retains its position in the browser window when the user scrolls the window. |
false |
The progress bar scrolls along with the window contents. |
The following image demonstrates the progress bar when KeepOnVisibleArea is set to true:

See Also