Skip to main content
Tab

ASPxProgressBarBase.ShowPosition Property

Gets or sets a value that specifies whether the progress bar indicator’s position (represented as a percentage value) is visible within the progress bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual bool ShowPosition { get; set; }

Property Value

Type Default Description
Boolean true

true, if the position is visible, otherwise, false.

Remarks

Use the ShowPosition property to specify whether the progress bar indicator’s position is visible within the progress bar. The progress bar indicator’s position can be specified via the ASPxProgressBarBase.Position property.

If the ShowPosition property is set to true, a percentage value representing the percentage ratio of the ASPxProgressBarBase.Position property’s value with respect to the values of the ASPxProgressBarBase.Minimum and ASPxProgressBarBase.Maximum properties is displayed within the progress bar.

Note

The progress bar indicator is not displayed in the Metropolis and Metropolis Blue themes, because the themes are designed to be compact and minimalistic.

To learn more, see the following Knowledge Base article: KA18643: Why some control settings are not in effect if the Theme property is used.

See Also