Skip to main content
All docs
V24.2

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

DxProgressBar Properties

A progress bar component.
Name Description
Attributes Specifies a collection of standard HTML attributes applied to the progress bar.
CssClass Assigns a CSS class to the progress bar.
IconCssClass Specifies the name of the CSS class applied to the progress bar icon.
Id Specifies the progress bar’s unique identifier.
Indeterminate Specifies whether the progress bar displays a moving bar rather than a percentage.
Label Specifies the progress bar label.
LabelPosition Specifies the position of the label relative to the progress bar.
MaxValue Specifies the progress bar’s maximum value.
MinValue Specifies the progress bar’s minimum value.
SetSuccessStatusOnComplete Specifies whether the progress status should be changed to Success when the Value reaches the MaxValue
ShowIcon Specifies whether to show an icon in the progress bar.
ShowLabel Specifies whether to show a label in the progress bar.
Size Specifies the progress bar size.
SizeMode Specifies the size of the component.
Status Specifies the progress status that affects bar appearance, the icon, and the default label.
Thickness Specifies the progress bar’s thickness.
Type Specifies the progress bar type: horizontal, vertical, or circular.
Value Specifies the progress bar value.
Visible Specifies the progress bar visibility.
See Also