A newer version of this page is available.
Switch to the current version.
ASPxProgressBar.DisplayMode Property
Gets or sets the display mode of the current position within the progress bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(ProgressBarDisplayMode.Percentage)]
public ProgressBarDisplayMode DisplayMode { get; set; }
<DefaultValue(ProgressBarDisplayMode.Percentage)>
Public Property DisplayMode As ProgressBarDisplayMode
Property Value
Type | Default | Description |
---|---|---|
ProgressBarDisplayMode | Percentage |
One of the ProgressBarDisplayMode enumeration values. |
Remarks
This property is a wrapper of the ProgressBarProperties.DisplayMode property. refer to its description, for more information.
See Also
Feedback