Back to Devexpress

ASPxProgressBar.DisplayMode Property

aspnet-devexpress-dot-web-dot-aspxprogressbar-55748c56.md

latest2.4 KB
Original Source

ASPxProgressBar.DisplayMode Property

Gets or sets the display mode of the current position within the progress bar.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(ProgressBarDisplayMode.Percentage)]
public ProgressBarDisplayMode DisplayMode { get; set; }
vb
<DefaultValue(ProgressBarDisplayMode.Percentage)>
Public Property DisplayMode As ProgressBarDisplayMode

Property Value

TypeDefaultDescription
ProgressBarDisplayModePercentage

One of the ProgressBarDisplayMode enumeration values.

|

Available values:

NameDescription
Percentage

A percentage value representing the ratio of the ASPxProgressBar.Position property’s value with respect to the values of the ASPxProgressBar.Minimum and ASPxProgressBar.Maximum properties is displayed within the progress bar.

| | Position |

The ASPxProgressBar.Position property’s value is displayed.

| | Custom |

The progress bar displays a custom text, which is formatted using a pattern specified via the ASPxProgressBar.CustomDisplayFormat (ASPxProgressBarBase.CustomDisplayFormat) property.

|

Remarks

This property is a wrapper of the ProgressBarProperties.DisplayMode property. refer to its description, for more information.

See Also

ShowPosition

Progress Bar

ASPxProgressBar Class

ASPxProgressBar Members

DevExpress.Web Namespace