Back to Devexpress

DxProgressBar Members

blazor-devexpress-dot-blazor-dot-dxprogressbar-dot-underscore-members.md

latest5.2 KB
Original Source

DxProgressBar Members

A progress bar component.

Constructors

NameDescription
DxProgressBar()Initializes a new instance of the DxProgressBar class.

Properties

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the progress bar.
CssClassAssigns a CSS class to the progress bar.
IconCssClassSpecifies the name of the CSS class applied to the progress bar icon.
IdSpecifies the progress bar’s unique identifier.
IndeterminateSpecifies whether the progress bar displays a moving bar rather than a percentage.
LabelSpecifies the progress bar label.
LabelPositionSpecifies the position of the label relative to the progress bar.
MaxValueSpecifies the progress bar’s maximum value.
MinValueSpecifies the progress bar’s minimum value.
SetSuccessStatusOnCompleteSpecifies whether the progress status should be changed to Success when the Value reaches the MaxValue
ShowIconSpecifies whether to show an icon in the progress bar.
ShowLabelSpecifies whether to show a label in the progress bar.
SizeSpecifies the progress bar size.
SizeModeSpecifies the size of the component.
StatusSpecifies the progress status that affects bar appearance, the icon, and the default label.
ThicknessSpecifies the progress bar’s thickness.
TypeSpecifies the progress bar type: horizontal, vertical, or circular.
ValueSpecifies the progress bar value.
VisibleSpecifies the progress bar visibility.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
CompletedFires when the progress bar value reaches its maximum.
ProgressChangedFires after the progress value was changed.

See Also

DxProgressBar Class

DevExpress.Blazor Namespace